Sha256: 875e7dc6f68f8eae86c79553e2377d9e351809cc361291fe73661aa384fa14c0
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
class TimePeriod include Mongoid::Document include Mongoid::Timespanned field :dates, :type => ::Timespan, :between => true embedded_in :account timespan_methods :dates end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
timespan-0.4.6 | spec/timespan/mongoid/models/time_period.rb |
timespan-0.4.5 | spec/timespan/mongoid/models/time_period.rb |
timespan-0.4.4 | spec/timespan/mongoid/models/time_period.rb |