]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/open_id_authentication/generators/open_id_authentication_tables/open_id_authentication_tables_generator.rb
Merge branch 'master' into openid
[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