Class: JazzyTo::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- JazzyTo::Generators::InstallGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/generators/jazzy_to/install_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.next_migration_number(path) ⇒ Object
9 10 11 |
# File 'lib/generators/jazzy_to/install_generator.rb', line 9 def self.next_migration_number(path) Time.now.utc.strftime("%Y%m%d%H%M%S") end |
Instance Method Details
#create_jazzy ⇒ Object
13 14 15 |
# File 'lib/generators/jazzy_to/install_generator.rb', line 13 def create_jazzy migration_template "create_jazzies.rb", "db/migrate/create_jazzies.rb" end |