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