Class: Hippo::Command::Db

Inherits:
Thor
  • Object
show all
Defined in:
lib/hippo/command/db.rb

Instance Method Summary collapse

Instance Method Details

#migrateObject



10
11
12
# File 'lib/hippo/command/db.rb', line 10

def migrate
    run_task "db:migrate"
end

#seedObject



15
16
17
# File 'lib/hippo/command/db.rb', line 15

def seed
    run_task "db:seed"
end