Class: Hanami::Sequel::CLI::Install

Inherits:
CLI::Command
  • Object
show all
Defined in:
lib/hanami/sequel/commands/install.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



5
6
7
8
9
10
# File 'lib/hanami/sequel/commands/install.rb', line 5

def call(**options)
  Command.drop
  Command.create
  Command.migrate
  Command.seed
end