Skip to content

Commit

Permalink
fix generator for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kookster committed Jun 6, 2012
1 parent 7a4f0eb commit 7c55649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/say_when/migration/migration_generator.rb
@@ -1,5 +1,5 @@
module SayWhen
class MigrationGenerator < Rails::Generator::Base
class MigrationGenerator < Rails::Generators::Base
def manifest
record do |m|
m.migration_template 'migration.rb', 'db/migrate'
Expand All @@ -10,4 +10,4 @@ def file_name
"say_when_migration"
end
end
end
end

0 comments on commit 7c55649

Please sign in to comment.