Method: Tableless::Connection::ClassMethods#connection

Defined in:
lib/tableless/connection.rb

#connectionObject



10
11
12
# File 'lib/tableless/connection.rb', line 10

def connection
  @connection ||= Tableless::DummyAdapter.new(nil)
end