Skip to content

Instantly share code, notes, and snippets.

@papriwalprateek
Created June 5, 2014 11:30
Show Gist options
  • Save papriwalprateek/c220994e0ea2a235894b to your computer and use it in GitHub Desktop.
Save papriwalprateek/c220994e0ea2a235894b to your computer and use it in GitHub Desktop.
class Entity
include Mongoid::Document
field :type, type: String
field :addr, type: String
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment