hot fix migration function
This commit is contained in:
parent
85489641da
commit
8197471328
|
@ -13,7 +13,7 @@ class ActsAsFollowableGenerator < Rails::Generators::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_migration_file
|
def create_migration_file
|
||||||
migration_template 'migration.rb', 'db/migrate/acts_as_followable_migration.rb'
|
migration_template 'follow_migration.rb', 'db/migrate/acts_as_followable_migration.rb'
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_model
|
def create_model
|
||||||
|
|
Loading…
Reference in New Issue