class Ransack::Nodes::Grouping
def respond_to?(method_id)
def respond_to?(method_id) super or begin method_name = method_id.to_s attribute_method?(method_name) ? true : false end end
def respond_to?(method_id) super or begin method_name = method_id.to_s attribute_method?(method_name) ? true : false end end