Skip to content

Instantly share code, notes, and snippets.

@agraves
Created November 2, 2012 16:43
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 agraves/4002589 to your computer and use it in GitHub Desktop.
Save agraves/4002589 to your computer and use it in GitHub Desktop.
Fix Mongo
class ImplementMongo < ActiveRecord::Migration
def change
create_table :mongo do |t|
t.string :key
t.text :value
end
end
end
@willmanduffy
Copy link

Are you a wizard?

@wcharczuk
Copy link

splosion

@nateberkopec
Copy link

http://i.imgur.com/8pxZP.gif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment