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