Class: Monocle::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Monocle::Generators::InstallGenerator
- Defined in:
- lib/monocle/generators/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_migration ⇒ Object
6 7 8 |
# File 'lib/monocle/generators/install_generator.rb', line 6 def create_migration invoke "migration", ["CreateMonocleMigrations", "version:string:uniq", "--primary-key-type=false"], end |