module ActivePeriod::BelongsTo::Week
@author Lucas Billaudot <billau_l@modulotech.fr> @note when include this module provide access to the week of the FreePeriod
Public Instance Methods
week()
click to toggle source
# File lib/active_period/belongs_to/week.rb, line 7 def week ActivePeriod::Week.new(self.begin) end