Skip to content

Instantly share code, notes, and snippets.

@adhusson
Created April 3, 2009 22:41
Show Gist options
  • Save adhusson/90020 to your computer and use it in GitHub Desktop.
Save adhusson/90020 to your computer and use it in GitHub Desktop.
class Audition
include DataMapper::Resource
property :id, Serial
property :title, String
property :when, Time
property :where, String
property :description, Text
property :hash, String
# validates_present :name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment