Class: AppsettingsController

Inherits:
ApplicationController show all
Defined in:
lib/six-updater-web/app/controllers/appsettings_controller.rb

Instance Method Summary collapse

Methods included from Six::Import::Controller::ClassMethods

#copy, #six_local_auto_login

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

#manageObject



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