Sha256: db1b2b7226a8072035071972fbe177ccf69ced9656b2ef0dc96187cfa9e6ce2a
Contents?: true
Size: 199 Bytes
Versions: 7
Compression:
Stored size: 199 Bytes
Contents
class NoteType < ActiveRecord::Base attr_protected :created_at, :updated_at acts_as_nested_set acts_as_erp_type belongs_to :note_type_record, :polymorphic => true has_many :notes end
Version data entries
7 entries across 7 versions & 1 rubygems