Sha256: 4a8fabed8175156f6658714122716385c7bdafab9ac4142310facf1c2122ff2f
Contents?: true
Size: 220 Bytes
Versions: 4
Compression:
Stored size: 220 Bytes
Contents
class Sfn::Reply < Sfn::Resource attributes :content, :star_count, :topic_id attribute :created_at, :type => Time attribute :author, :type => Sfn::Person def setup_associations belongs_to :topic end end
Version data entries
4 entries across 4 versions & 1 rubygems