Skip to content

Instantly share code, notes, and snippets.

@marc-an-be
Created August 8, 2012 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marc-an-be/3295307 to your computer and use it in GitHub Desktop.
Save marc-an-be/3295307 to your computer and use it in GitHub Desktop.
Sinatra jQuery Mobile App Chunk 2
class Event
include DataMapper::Resource
property :id, Serial
property :time, DateTime
property :type, String
property :description, String
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment