class Ransack::Predicate

def format(val)

def format(val)
  if formatter
    formatter.call(val)
  else
    val
  end
end