Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jemgold/4594245 to your computer and use it in GitHub Desktop.
Save jemgold/4594245 to your computer and use it in GitHub Desktop.
# config/initializers/
Mongoid::Document.send(:include, ActiveModel::SerializerSupport)
Mongoid::Criteria.delegate(:active_model_serializer, to: :to_a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment