Sha256: e715c93d1f3c2c43a0e5f80d348d4c4421de7207b69aca504a6121995a94728e
Contents?: true
Size: 215 Bytes
Versions: 194
Compression:
Stored size: 215 Bytes
Contents
class Tag < ActiveRecord::Base has_many :taggings has_many :taggables, :through => :taggings has_one :tagging has_many :tagged_posts, :through => :taggings, :source => :taggable, :source_type => 'Post' end
Version data entries
194 entries across 191 versions & 27 rubygems