Class: Lanes::Command::Db
- Inherits:
-
Thor
- Object
- Thor
- Lanes::Command::Db
- Defined in:
- lib/lanes/command/db.rb
Instance Method Summary collapse
Instance Method Details
#migrate ⇒ Object
10 11 12 |
# File 'lib/lanes/command/db.rb', line 10 def migrate run_task "db:migrate" end |
#seed ⇒ Object
15 16 17 |
# File 'lib/lanes/command/db.rb', line 15 def seed run_task "db:seed" end |