Skip to content

Instantly share code, notes, and snippets.

@garrensmith
Created September 11, 2010 10:06
Show Gist options
  • Select an option

  • Save garrensmith/575052 to your computer and use it in GitHub Desktop.

Select an option

Save garrensmith/575052 to your computer and use it in GitHub Desktop.
require 'mongoid'
class Person
include Mongoid::Document
field :first_name
field :middle_initial
field :last_name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment