Skip to content

Commit

Permalink
Fix migration name
Browse files Browse the repository at this point in the history
  • Loading branch information
trotter committed Apr 17, 2010
1 parent 57c7c50 commit 30fdb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/twitter_auth/twitter_auth_generator.rb
Expand Up @@ -16,7 +16,7 @@ def self.source_root


def create_twitter_auth_setup
migration_template 'migration.rb', 'db/migrate', :migration_file_name => 'twitter_auth_migration'
migration_template 'migration.rb', 'db/migrate/twitter_auth_migration'
template 'user.rb', File.join('app','models','user.rb')
template 'twitter_auth.yml', File.join('config','twitter_auth.yml')
end
Expand Down

0 comments on commit 30fdb47

Please sign in to comment.