Class: AppsettingsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AppsettingsController
- Defined in:
- lib/six-updater-web/app/controllers/appsettings_controller.rb
Instance Method Summary collapse
Methods included from Six::Import::Controller::ClassMethods
Methods inherited from ActionController::Base
#active_scaffold_render_secure_download, #assign_names_with_active_scaffold, #render_with_active_scaffold, #search_generic_view_paths?
Instance Method Details
#manage ⇒ Object
31 32 33 34 35 36 37 |
# File 'lib/six-updater-web/app/controllers/appsettings_controller.rb', line 31 def manage if params[:id] @processes = Appsetting.find(params[:id]).processes else @processes = [] end end |