Sha256: defd4058550b59b4ea0448689456e5980ec189357f283457cc4e30818000f67f
Contents?: true
Size: 100 Bytes
Versions: 19
Compression:
Stored size: 100 Bytes
Contents
class Tag < ActiveRecord::Base has_many :taggings has_many :articles, :through => :taggings end
Version data entries
19 entries across 19 versions & 1 rubygems