# File lib/active_model/translation.rb, line 35
    def lookup_ancestors
      self.ancestors.select { |x| x.respond_to?(:model_name) }
    end