Module: ActivePeriod::BelongsTo::Week
- Included in:
- Day
- Defined in:
- lib/active_period/belongs_to/week.rb
Overview
Note:
when include this module provide access to the week of the
FreePeriod
Instance Method Summary collapse
Instance Method Details
#week ⇒ Object
[View source]
7 8 9 |
# File 'lib/active_period/belongs_to/week.rb', line 7 def week ActivePeriod::Week.new(self.begin) end |