module Ransack::Nodes::Bindable

def attr

def attr
  @attr ||= ransacker ? ransacker.attr_from(self) : context.table_for(parent)[attr_name]
end