Class: Admin::EmployeesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Admin::EmployeesController
- Includes:
- AdminLayoutHelper, ExtensibleObjectHelper
- Defined in:
- app/controllers/admin/employees_controller/slimtimer.rb,
app/controllers/admin/employees_controller.rb
Instance Method Summary collapse
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
#conditions_for_collection ⇒ Object
27 28 29 |
# File 'app/controllers/admin/employees_controller.rb', line 27 def conditions_for_collection ['is_active = ?', true] end |