Method: InventoryRefresh::SaveCollection::Saver::SqlHelper#get_connection
- Defined in:
- lib/inventory_refresh/save_collection/saver/sql_helper.rb
#get_connection ⇒ ActiveRecord::ConnectionAdapters::AbstractAdapter
Returns ActiveRecord connection.
29 30 31 |
# File 'lib/inventory_refresh/save_collection/saver/sql_helper.rb', line 29 def get_connection ActiveRecord::Base.connection end |