talia_core 0.4.18 → 0.4.19
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -36,5 +36,8 @@ Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
|
|
36
36
|
ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'restful-authentication', 'lib')
|
37
37
|
ActiveSupport::Dependencies.load_paths << File.join(RAILS_ROOT, 'vendor', 'plugins', 'role_requirement', 'lib')
|
38
38
|
|
39
|
+
# Init the auth thing for the migration
|
40
|
+
require "#{RAILS_ROOT}/vendor/plugins/role_requirement/lib/init"
|
41
|
+
|
39
42
|
migration_path = File.join(RAILS_ROOT, 'db', 'migrate')
|
40
43
|
ActiveRecord::Migrator.migrate(migration_path)
|