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