Sha256: 8ec625640b95af63107bee3e5b18c4f861cddaef890d4e9650f87685703fd44c

Contents?: true

Size: 127 Bytes

Versions: 7

Compression:

Stored size: 127 Bytes

Contents

class Comment
  include CouchTomato::Persistence

  validates_presence_of :title

  property :title
  belongs_to :commenter
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
couch_tomato-0.2.0 spec/comment.rb
couch_tomato-0.1.5 spec/comment.rb
couch_tomato-0.1.4 spec/comment.rb
couch_tomato-0.1.3 spec/comment.rb
couch_tomato-0.1.2 spec/comment.rb
couch_tomato-0.1.1 spec/comment.rb
couch_tomato-0.1.0 spec/comment.rb