Class: Hanami::Sequel::CLI::Install
- Inherits:
-
CLI::Command
- Object
- CLI::Command
- Hanami::Sequel::CLI::Install
- 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(**) Command.drop Command.create Command.migrate Command.seed end |