Method: Tableless::Connection::ClassMethods#connection
- Defined in:
- lib/tableless/connection.rb
#connection ⇒ Object
10 11 12 |
# File 'lib/tableless/connection.rb', line 10 def connection @connection ||= Tableless::DummyAdapter.new(nil) end |