Class: RailsStatusable::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/rails_statusable/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_migration_file ⇒ Object



12
13
14
# File 'lib/generators/rails_statusable/install_generator.rb', line 12

def create_migration_file
  migration_template "migration.rb", "db/migrate/add_status_to_#{table_name}.rb"
end