module Ransack::Translate

def build_interpolations(associated_class)

def build_interpolations(associated_class)
  {
    attr_fallback_name: attr_fallback_name(associated_class),
    association_name: association_name
  }.reject { |_, value| value.nil? }
end