Sha256: 0fa77177b130791caee616944ebce77421c440d436e335a2e9fc37b77c1bbad9
Contents?: true
Size: 170 Bytes
Versions: 42
Compression:
Stored size: 170 Bytes
Contents
module Virgo class PostCategory < ActiveRecord::Base belongs_to :post belongs_to :category validates :category_id, uniqueness: {scope: :post_id} end end
Version data entries
42 entries across 42 versions & 1 rubygems