Class: Royce::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Royce::InstallGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/royce/install_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.next_migration_number(dirname) ⇒ Object
16 17 18 |
# File 'lib/generators/royce/install_generator.rb', line 16 def self.next_migration_number(dirname) ::ActiveRecord::Generators::Base.next_migration_number(dirname) end |
Instance Method Details
#create_migration_file ⇒ Object
12 13 14 |
# File 'lib/generators/royce/install_generator.rb', line 12 def create_migration_file migration_template 'create_royce.rb', 'db/migrate/create_royce.rb' end |