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