# File lib/active_record/associations.rb, line 1284 def has_one(name, options = {}) Builder::HasOne.build(self, name, options) end