class Ransack::Helpers::FormBuilder

def collection_for_base(action, base)

def collection_for_base(action, base)
  attribute_collection_for_base(
    object.context.send("#{action}able_attributes", base), base)
end