Class: AutoPreload::Config
- Inherits:
-
Object
- Object
- AutoPreload::Config
- Defined in:
- lib/auto_preload/config.rb
Overview
This class handles the gem configurations.
Instance Attribute Summary collapse
-
#adapter ⇒ AutoPreload::Adapters::ActiveRecord, AutoPreload::Adapters::Serializer
The adapter to use.
Instance Attribute Details
#adapter ⇒ AutoPreload::Adapters::ActiveRecord, AutoPreload::Adapters::Serializer
Returns The adapter to use.
10 11 12 |
# File 'lib/auto_preload/config.rb', line 10 def adapter @adapter ||= AutoPreload::Adapters::ActiveRecord.new end |