class Ransack::Ransacker

def attr_from(bindable)

def attr_from(bindable)
  call(*args.map { |arg| bindable.send(arg) })
end