Class: SixconfigsController
Instance Method Summary
collapse
#six_local_auto_login
#active_scaffold_render_secure_download, #assign_names_with_active_scaffold, #render_with_active_scaffold, #search_generic_view_paths?
Instance Method Details
35
36
37
38
39
|
# File 'lib/six-updater-web/app/controllers/sixconfigs_controller.rb', line 35
def copy
t = copy_ll(Kernel.const_get(self.controller_name.singularize.camelize), [:mods])
@original_record = t[0]
@record = t[1]
end
|
41
42
43
44
45
|
# File 'lib/six-updater-web/app/controllers/sixconfigs_controller.rb', line 41
def test1
@sixconfig = Sixconfig.find("a5de5f84-94bd-11df-8867-00248c385045")
@signatures = @sixconfig.queryserver.signatures
@allowed, @disallowed, @garbage = *@sixconfig.appsetting.allowance(@signatures)
end
|