Class: ChalkDust::Generators::InstallMigrations
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ChalkDust::Generators::InstallMigrations
- Extended by:
- ActiveRecord::Generators::Migration
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/chalk_dust/rails/generators/install_migrations.rb
Instance Method Summary collapse
Instance Method Details
#install_migrations ⇒ Object
13 14 15 |
# File 'lib/chalk_dust/rails/generators/install_migrations.rb', line 13 def install_migrations migration_template "migration.rb", "db/migrate/chalk_dust_create_tables" end |