module ActivePeriod::HasMany::Days

@author Lucas Billaudot <billau_l@modulotech.fr> @note when include this module provide access to the days of the FreePeriod

Public Instance Methods

days() click to toggle source
# File lib/active_period/has_many/days.rb, line 9
def days
  @days ||= ActivePeriod::Collection.new(ActivePeriod::Day, self)
end