class QaServer::ModelsGenerator

Public Instance Methods

banner() click to toggle source
copy_migrations() click to toggle source

Setup the database migrations

# File lib/generators/qa_server/models_generator.rb, line 15
def copy_migrations
  say_status('info', '  -- installing migrations', :blue)
  rake 'qa_server:install:migrations'
end