Skip to content

Instantly share code, notes, and snippets.

@ethangunderson
Created January 20, 2010 16:04
Show Gist options
  • Save ethangunderson/281951 to your computer and use it in GitHub Desktop.
Save ethangunderson/281951 to your computer and use it in GitHub Desktop.
class CreditCardInfo < ActiveRecord::Base
#modely stuff
end
class CreditCardInfo
include MongoMapper::Document
#modely stuff
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment