class Monocle::Generators::InstallGenerator

Public Instance Methods

create_migration() click to toggle source
# File lib/monocle/generators/install_generator.rb, line 6
def create_migration
  invoke "migration", ["CreateMonocleMigrations", "version:string:uniq", "--primary-key-type=false"], options
end