felipero/couchrails

View on GitHub
examples/helloworld/app/models/comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Comment < CouchRails::Document

    property :author
    property :text

end