Custom Responder that handles the controller’s path_args. An additional :success option is used to handle action callback chain halts.
# File lib/generators/dry_crud/templates/app/controllers/crud_controller.rb, line 175 def initialize(controller, resources, options = {}) super(controller, with_path_args(resources, controller), options) end