Class: Hanami::Sequel::CLI::Seed
- Inherits:
-
CLI::Command
- Object
- CLI::Command
- Hanami::Sequel::CLI::Seed
- Defined in:
- lib/hanami/sequel/commands/seed.rb
Instance Method Summary collapse
Instance Method Details
#call(**options) ⇒ Object
5 6 7 |
# File 'lib/hanami/sequel/commands/seed.rb', line 5 def call(**) Command.seed() end |