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