Module: Tableless::Connection::ClassMethods
- Defined in:
- lib/tableless/connection.rb
Instance Method Summary collapse
Instance Method Details
#connection ⇒ Object
9 10 11 |
# File 'lib/tableless/connection.rb', line 9 def connection @connection ||= Tableless::DummyAdapter.new nil end |