Class: UpgradeOpenIdAuthenticationTablesGenerator
- Inherits:
-
Rails::Generator::NamedBase
- Object
- Rails::Generator::NamedBase
- UpgradeOpenIdAuthenticationTablesGenerator
- Defined in:
- vendor/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb
Instance Method Summary
-
- (UpgradeOpenIdAuthenticationTablesGenerator) initialize(runtime_args, runtime_options = {})
constructor
A new instance of UpgradeOpenIdAuthenticationTablesGenerator.
- - (Object) manifest
Constructor Details
- (UpgradeOpenIdAuthenticationTablesGenerator) initialize(runtime_args, runtime_options = {})
A new instance of UpgradeOpenIdAuthenticationTablesGenerator
2 3 4 |
# File 'vendor/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb', line 2 def initialize(runtime_args, = {}) super end |
Instance Method Details
- (Object) manifest
6 7 8 9 10 |
# File 'vendor/plugins/open_id_authentication/generators/upgrade_open_id_authentication_tables/upgrade_open_id_authentication_tables_generator.rb', line 6 def manifest record do |m| m.migration_template 'migration.rb', 'db/migrate' end end |