beast rev 2066
[beast-modified.git] / vendor / plugins / open_id_authentication / lib / generators / open_id_authentication_tables / open_id_authentication_tables_generator.rb
blob3bc1c05d9470841bc65f246372082e57d60096a1
1 class OpenIdAuthenticationTablesGenerator < Rails::Generator::NamedBase
2   def initialize(runtime_args, runtime_options = {})
3     super
4   end
6   def manifest
7     record do |m|
8       m.migration_template 'migration.rb', 'db/migrate'
9     end
10   end
11 end