Sha256: 70e30577edd66ddb12dd23359e4558fb38f495be345be70e58927d353f25e228
Contents?: true
Size: 178 Bytes
Versions: 27
Compression:
Stored size: 178 Bytes
Contents
class Profile < ActiveRecord::Base belongs_to :user has_many :taggings, :as => :taggable has_many :tags, :through => :taggings validates_presence_of :name, :surname end
Version data entries
27 entries across 27 versions & 1 rubygems