Remove seminar from conference init

This commit is contained in:
chris 2013-02-22 11:57:10 +08:00
parent 680d7908b9
commit 9a63adedde
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ namespace :migrate do
PagePart.all.each do |pp|
pp[:backup_module_app_key] = (pp.module_app ? pp.module_app.key : nil)
puts pp.id
# puts pp.id
pp.save
# puts pp.inspect
end

View File

@ -2,7 +2,7 @@ module PersonalConference
OrbitApp.registration "Conference",:type=> 'ModuleApp' do
module_label 'module_name.personal_conference'
base_url File.expand_path File.dirname(__FILE__)
personal_plugin :enable => true,:path=>"panel/personal_seminar/plugin/profile",:admin_path=>"/panel/personal_seminar/back_end/writing_seminars",:i18n=>'module_name.personal_seminar'
personal_plugin :enable => true,:path=>"panel/personal_conference/plugin/profile",:admin_path=>"/panel/personal_conference/back_end/writing_conferences",:i18n=>'module_name.personal_conference'
end
end