Module: Twenty::Command::SQLiteMixin
- Defined in:
- lib/twenty-cli/command/mixin/sqlite_mixin.rb
Instance Method Summary collapse
Instance Method Details
#run_command(options) ⇒ Object
2 3 4 5 6 |
# File 'lib/twenty-cli/command/mixin/sqlite_mixin.rb', line 2 def run_command() path = .database || Twenty.default_database Twenty.establish_connection(path:) super() end |