Sha256: 3b77860b6f3f8e40115adba7718edf3b0a31edd90f1e7e723a42d9422f50885f
Contents?: true
Size: 260 Bytes
Versions: 15
Compression:
Stored size: 260 Bytes
Contents
class Sfn::Reply < Sfn::Resource attributes :content, :star_count, :topic_id attribute :created_at, :type => Time attribute :author, :type => Sfn::Person def path "/replies/#{id}" end def setup_associations belongs_to :topic end end
Version data entries
15 entries across 15 versions & 3 rubygems