Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created December 12, 2008 17:46
Show Gist options
  • Save JakubOboza/35203 to your computer and use it in GitHub Desktop.
Save JakubOboza/35203 to your computer and use it in GitHub Desktop.
class People
include DataMapper::CouchResource
property :id, String, :serial => true, :key => true, :field => :_id
property :rev, String, :field => :_rev
property :title, String
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment