Skip to content

Instantly share code, notes, and snippets.

@tpitale
Created October 1, 2009 04:12
Show Gist options
  • Save tpitale/198724 to your computer and use it in GitHub Desktop.
Save tpitale/198724 to your computer and use it in GitHub Desktop.
class Statistic
include MongoMapper::Document
key :format, String, :index => true, :required => true
key :ip, String, :index => true, :required => true
key :path, String, :index => true, :required => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment