Class: Hanami::Sequel::CLI::Create

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

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



5
6
7
# File 'lib/hanami/sequel/commands/create.rb', line 5

def call(**options)
  Command.create
end