class Ransack::Context

def bind(object, str)

def bind(object, str)
  object.parent, object.attr_name = @bind_pairs[str]
end