]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb
merge 19364:19600 of rails_port into the openID branch
[rails.git] / vendor / plugins / open_id_authentication / generators / open_id_authentication_tables / open_id_authentication_tables_generator.rb
1 class OpenIdAuthenticationTablesGenerator < Rails::Generator::NamedBase
2   def initialize(runtime_args, runtime_options = {})
3     super
4   end
5
6   def manifest
7     record do |m|
8       m.migration_template 'migration.rb', 'db/migrate'
9     end
10   end
11 end