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