Sha256: 222c62a36a0c684ebaae678ee502aed3611d4d0b4890dfa66b9caecb7ee401c5
Contents?: true
Size: 171 Bytes
Versions: 8
Compression:
Stored size: 171 Bytes
Contents
class CategoryClassification < ActiveRecord::Base attr_protected :created_at, :updated_at belongs_to :classification, :polymorphic => true belongs_to :category end
Version data entries
8 entries across 8 versions & 1 rubygems