Class: Monocle::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#create_migrationObject



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"], options
end