Class: FlyAdmin::SettingsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- FlyAdmin::SettingsController
- Defined in:
- app/controllers/fly_admin/settings_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
4 5 |
# File 'app/controllers/fly_admin/settings_controller.rb', line 4 def index end |
#update ⇒ Object
7 8 9 10 |
# File 'app/controllers/fly_admin/settings_controller.rb', line 7 def update toggle_daemon redirect_to categories_path, alert: "Настройки успешно сохранены" end |