ElMassimo/mongoid_includes

View on GitHub
lib/mongoid/includes/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Mongoid is an ODM (Object Document Mapper) Framework for MongoDB, written in Ruby.
module Mongoid
  # Improves eager loading in Mongoid, supporting polymorphic associations,
  # and up to two-levels of eager loading.
  module Includes

    # Public: This library will attempt to follow semantic versioning (whatever that's supposed to be).
    VERSION = '3.0.2'
  end
end