Fix initialize issue
This commit is contained in:
parent
52882db2e7
commit
a541d56b0f
|
@ -1,4 +1,4 @@
|
|||
class Engine < ::Rails::Engine
|
||||
class StaffEngine < ::Rails::Engine
|
||||
initializer "member_staff" do
|
||||
OrbitApp.registration "MemberStaff",:type=> 'ModuleApp' do
|
||||
module_label 'member_staff.member'
|
||||
|
|
Loading…
Reference in New Issue