Sha256: 0f7939982decae8272892c7c4b4bbc0fbc2ad5269d56aeb35e0436a18c43a90c
Contents?: true
Size: 216 Bytes
Versions: 8
Compression:
Stored size: 216 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
8 entries across 8 versions & 1 rubygems