Skip to content

Instantly share code, notes, and snippets.

@l4u
Created May 7, 2012 03:48
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 l4u/2625795 to your computer and use it in GitHub Desktop.
Save l4u/2625795 to your computer and use it in GitHub Desktop.
mongoid devise_invitable
#invitable
field :invitation_token, :type => String
field :invitation_sent_at, :type => Time
field :invitation_accepted_at, :type => Time
field :invitation_limit, :type => Integer
field :invited_by_id, :type => String
field :invited_by_type, :type => String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment