Module: Tableless::Connection::ClassMethods

Defined in:
lib/tableless/connection.rb

Instance Method Summary collapse

Instance Method Details

#connectionObject



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

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