Class: Admin::ClientRepresentativesController

Inherits:
ApplicationController
  • Object
show all
Includes:
AdminLayoutHelper, ExtensibleObjectHelper
Defined in:
app/controllers/admin/client_representatives_controller.rb

Instance Method Summary collapse

Methods included from ExtensibleObjectHelper

append_features

Methods included from AdminLayoutHelper

append_features, #controller_url, #define_layout_variables, #index_with_admin_helper

Methods included from ApplicationHelper

#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(options)
  super(options) unless options[:only] == :add_existing
end