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