Class: RansackMemory::Core
- Inherits:
-
Object
- Object
- RansackMemory::Core
- Defined in:
- lib/ransack_memory.rb
Constant Summary collapse
- @@config =
{}
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Core
constructor
A new instance of Core.
Constructor Details
#initialize(opts = {}) ⇒ Core
Returns a new instance of Core.
10 11 12 |
# File 'lib/ransack_memory.rb', line 10 def initialize(opts = {}) @opts = opts end |