lib/keymap/connection_adapters/abstract/connection_specification.rb in keymap-0.2.0 vs lib/keymap/connection_adapters/abstract/connection_specification.rb in keymap-0.3.0

- old
+ new

@@ -105,10 +105,10 @@ end class << self # Returns the connection currently associated with the class. This can # also be used to "borrow" the connection to do database work unrelated - # to any of the specific Active Records. + # to any of the specific Keymap collections. def connection retrieve_connection end def connection_id \ No newline at end of file