Sha256: b998f45a8c802b18e305fbdf334ab8379ea0dc7a44d3cd53b25fc968bbbec053
Contents?: true
Size: 145 Bytes
Versions: 45
Compression:
Stored size: 145 Bytes
Contents
class Comment < ActiveRecord::Base belongs_to :person, :polymorphic => true belongs_to :hack enum :shown => [ :true, :false ] end
Version data entries
45 entries across 45 versions & 1 rubygems