Sha256: c4be92e84c6ff22282bad45a3df0626fa2d050b006db155fa20206afe5fc6715
Contents?: true
Size: 198 Bytes
Versions: 5
Compression:
Stored size: 198 Bytes
Contents
class Tag < ActiveRecord::Base # Relationships has_and_belongs_to_many :posts, :association_foreign_key => :post_id, :foreign_key => :tag_id, :join_table => :post_tags # Constraints end
Version data entries
5 entries across 5 versions & 1 rubygems