Skip to content

Instantly share code, notes, and snippets.

@solnic
Created October 12, 2010 08:38
Show Gist options
  • Select an option

  • Save solnic/621861 to your computer and use it in GitHub Desktop.

Select an option

Save solnic/621861 to your computer and use it in GitHub Desktop.
module Rails
module DataMapper
class Storage
class Mongo < Storage
def _create
end
def _drop
end
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment