module Ransack::Adapters::ActiveRecord::Base
def authorizable_ransackable_associations
base for exclusions.
allowing almost everything to be searched, this list can be used as a
`ransackable_associations` method in each model, but if you're
associations need to be explicitly allowlisted through the
Bare list of all potentially searchable associations. Searchable
def authorizable_ransackable_associations reflect_on_all_associations.map { |a| a.name.to_s } end