Sha256: e180f65a2c4be081745e450e80c3be7361ec9170cabe1408981cd78b6c06c577
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
require "mongoid_time_field/version" require "mongoid_time_field/time_field" module Mongoid module TimeField extend ActiveSupport::Concern autoload :ClassMethods, 'mongoid_time_field/class_methods' autoload :Value, 'mongoid_time_field/value' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mongoid_time_field-0.2.3 | lib/mongoid_time_field.rb |
mongoid_time_field-0.2.2 | lib/mongoid_time_field.rb |
mongoid_time_field-0.2.1 | lib/mongoid_time_field.rb |