Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created July 11, 2010 23:14
Show Gist options
  • Save wjessop/471933 to your computer and use it in GitHub Desktop.
Save wjessop/471933 to your computer and use it in GitHub Desktop.
class VisitorSession
include Mongoid::Document
field :visits, :type => Integer, :default => 1
field :project_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment