Class: ActionsController

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

Instance Method Summary collapse

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

#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

#copyObject



18
19
20
21
22
# File 'lib/six-updater-web/app/controllers/actions_controller.rb', line 18

def copy
  t = copy_ll(Action)
  @original_record = t[0]
  @record = t[1]
end