Class: Memdash::Generators::ActiveRecordGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Memdash::Generators::ActiveRecordGenerator
- Extended by:
- ActiveRecord::Generators::Migration
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/memdash/active_record_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration_file ⇒ Object
12 13 14 |
# File 'lib/generators/memdash/active_record_generator.rb', line 12 def create_migration_file migration_template 'migration.rb', 'db/migrate/create_memdash_active_record_reports.rb' end |