Skip to content

Instantly share code, notes, and snippets.

@bradhe
Created June 6, 2012 20:14
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 bradhe/da31dde8d26a5879614a to your computer and use it in GitHub Desktop.
Save bradhe/da31dde8d26a5879614a to your computer and use it in GitHub Desktop.
class Person
include Mongoid::Document
field :blood_alcohol_level, type: Float, default: 0.40
field :last_drink, type: Time, default: ->{ 10.minutes.ago }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment