Method: SolidCache::Store::Connections#connections
- Defined in:
- lib/solid_cache/store/connections.rb
#connections ⇒ Object
37 38 39 |
# File 'lib/solid_cache/store/connections.rb', line 37 def connections @connections ||= SolidCache::Connections.from_config() end |