Sha256: 47a8b9201c6d394a70c109fb0043e24d5726aa682852c26fcf93e4e5e923ae19
Contents?: true
Size: 109 Bytes
Versions: 7
Compression:
Stored size: 109 Bytes
Contents
class Comment < ActiveRecord::Base attr_accessible :author, :comment_text, :note_id belongs_to :note end
Version data entries
7 entries across 7 versions & 2 rubygems