Module: Twenty::Command::Hook::SQLiteConn
- Defined in:
- lib/twenty/cli/command/hook/sqlite_conn.rb
Instance Method Summary collapse
Instance Method Details
#run_command(options) ⇒ Object
5 6 7 8 9 |
# File 'lib/twenty/cli/command/hook/sqlite_conn.rb', line 5 def run_command() path = .database || Twenty.default_database Twenty.establish_connection(path:) super() end |