class Blazing::Recipe::DbMigrate

Public Instance Methods

run(target_options = {}) click to toggle source
Calls superclass method
# File lib/appboost/blazing/db_migrate.rb, line 5
def run(target_options = {})
  super target_options

  info 'precompiling assets'
  system 'bundle exec rake db:migrate'
end