fix error
This commit is contained in:
parent
0557065be5
commit
222e60c739
|
@ -2,6 +2,7 @@ module OfficialModule
|
|||
class Engine < ::Rails::Engine
|
||||
initializer "official_module" do
|
||||
OrbitApp.registration "official_module", :type => "ModuleApp" do
|
||||
module_label "registered_sites.registered_sites"
|
||||
base_url File.expand_path File.dirname(__FILE__)
|
||||
set_keyword_contstraints ['/store/check_module_permissions',
|
||||
'/store/register_old_sites_modules',
|
||||
|
@ -9,8 +10,6 @@ module OfficialModule
|
|||
'/store/desktop/widgets',
|
||||
'/desktop/widget_download_url',
|
||||
'/store/form_token']
|
||||
categorizable
|
||||
authorizable
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue