class RansackMemory::Core

Public Class Methods

new(opts = {}) click to toggle source
# File lib/ransack_memory.rb, line 10
def initialize(opts = {})
  @opts = opts
end