Class: Hws::Instruments::InstallGenerator

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

Overview

:nodoc:

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.next_migration_number(path) ⇒ Object



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

def self.next_migration_number(path)
  ActiveRecord::Generators::Base.next_migration_number(path)
end

Instance Method Details

#copy_migrationsObject



17
18
19
# File 'lib/generators/hws/instruments/install_generator.rb', line 17

def copy_migrations
  migration_template 'migration.rb.erb', 'db/migrate/create_hws_instruments_tables.rb'
end