# File lib/reactive_resource/base.rb, line 296
    def self.parents
      @parents ||= belongs_to_associations.map(&:associated_class)
    end