# File lib/reactive_resource/base.rb, line 199
    def self.has_many(attribute, options = {})
      self.associations << Association::HasManyAssociation.new(self, attribute, options)
    end