Class: ChalkDust::Generators::InstallMigrations

Inherits:
Rails::Generators::Base
  • Object
show all
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_migrationsObject



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