Class: Sengiri::Generators::MigrationGenerator
- Inherits:
-
ActiveRecord::Generators::MigrationGenerator
- Object
- ActiveRecord::Generators::MigrationGenerator
- Sengiri::Generators::MigrationGenerator
- Defined in:
- lib/sengiri/generators/migration_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
14 15 16 17 18 |
# File 'lib/sengiri/generators/migration_generator.rb', line 14 def create_migration_file set_local_assigns! validate_file_name! migration_template @migration_template, "db/sengiri/#{self.group}/#{file_name}.rb" end |