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
Methods included from ApplicationHelper
#controller_id, #define_application_layout_variables, #h_money, #money_for_input
Instance Method Details
#conditions_for_collection ⇒ Object
26 27 28 |
# File 'app/controllers/admin/employees_controller.rb', line 26 def conditions_for_collection ['is_active = ?', true] end |