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