talia_core 0.4.17 → 0.4.18
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -33,8 +33,8 @@ puts "Install the adminstration backend"
|
|
33
33
|
Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
|
34
34
|
|
35
35
|
# Add some dependencies that have been just installed
|
36
|
-
ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'restful-authentication')
|
37
|
-
ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'role_requirement')
|
36
|
+
ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'restful-authentication', 'lib')
|
37
|
+
ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'role_requirement', 'lib')
|
38
38
|
|
39
39
|
migration_path = File.join(RAILS_ROOT, 'db', 'migrate')
|
40
40
|
ActiveRecord::Migrator.migrate(migration_path)
|