module Mongoid::SleepingKingStudios

A collection of concerns and extensions to add functionality to Mongoid documents and collections.

Constants

VERSION

The current version of the gem.

Public Class Methods

root() click to toggle source
# File lib/mongoid/sleeping_king_studios.rb, line 10
def self.root
  Pathname.new File.join __dir__, 'sleeping_king_studios'
end