lib/superstore/connection.rb in superstore-2.0.1 vs lib/superstore/connection.rb in superstore-2.1.0

- old
+ new

@@ -13,8 +13,12 @@ Superstore::Adapters::JsonbAdapter else raise "Unknown adapter #{config[:adapter]}" end end + + def connection + adapter.connection + end end end end