Class: Admin::ClientRepresentativesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Admin::ClientRepresentativesController
- Includes:
- AdminLayoutHelper, ExtensibleObjectHelper
- Defined in:
- app/controllers/admin/client_representatives_controller.rb
Instance Method Summary collapse
-
#verify_action(options) ⇒ Object
This fixes a weirdo activescaffold(?) bug in lib/nested.rb that causes a redirect loop when going from nested to list, in production mode…
Methods included from ExtensibleObjectHelper
Methods included from AdminLayoutHelper
append_features, #controller_url, #define_layout_variables, #index_with_admin_helper
Methods included from ApplicationHelper
#controller_id, #define_application_layout_variables, #h_money, #money_for_input
Instance Method Details
#verify_action(options) ⇒ Object
This fixes a weirdo activescaffold(?) bug in lib/nested.rb that causes a redirect loop when going from nested to list, in production mode…
26 27 28 |
# File 'app/controllers/admin/client_representatives_controller.rb', line 26 def verify_action() super() unless [:only] == :add_existing end |