Class: InstallGenerator
- Inherits:
-
ActiveRecord::Generators::MigrationGenerator
- Object
- ActiveRecord::Generators::MigrationGenerator
- InstallGenerator
- Defined in:
- lib/generators/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
8 9 10 11 12 |
# File 'lib/generators/install_generator.rb', line 8 def create_migration_file set_local_assigns! validate_file_name! migration_template "install_#{name}.rb", "#{DataMigration.config.schema_migrations_path}/#{file_name}.rb" end |
#migration_parent ⇒ Object
14 15 16 |
# File 'lib/generators/install_generator.rb', line 14 def migration_parent "ActiveRecord::Migration[#{ActiveRecord::Migration.current_version}]" end |