Fix initialize issue
This commit is contained in:
parent
263bed68bb
commit
a953f06ce7
|
@ -1,4 +1,4 @@
|
|||
class Engine < Rails::Engine
|
||||
class SurveyEngine < Rails::Engine
|
||||
initializer "survey" do
|
||||
OrbitApp.registration "Survey",:type=> 'ModuleApp' do
|
||||
module_label 'survey.survey'
|
||||
|
|
Loading…
Reference in New Issue