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

Author:

  • Lucas Billaudot <billau_l@modulotech.fr>

Instance Method Summary collapse

Instance Method Details

#weekObject



7
8
9
# File 'lib/active_period/belongs_to/week.rb', line 7

def week
  ActivePeriod::Week.new(self.begin)
end