module Ransack::Nodes::Bindable

def bound?

def bound?
  attr_name.present? && parent.present?
end