Class: Blazing::Recipe::DbMigrate
- Inherits:
-
Blazing::Recipe
- Object
- Blazing::Recipe
- Blazing::Recipe::DbMigrate
- Defined in:
- lib/appboost/blazing/db_migrate.rb
Instance Method Summary collapse
Instance Method Details
#run(target_options = {}) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/appboost/blazing/db_migrate.rb', line 5 def run( = {}) super info 'precompiling assets' system 'bundle exec rake db:migrate' end |