# File lib/her/model/associations.rb, line 109 def has_one(name, opts = {}) Her::Model::Associations::HasOneAssociation.attach(self, name, opts) end