module ActivePeriod::HasMany::Quarters
@author Lucas Billaudot <billau_l@modulotech.fr> @note when include this module provide itterable access to the quarters of the FreePeriod
Public Instance Methods
quarters()
click to toggle source
# File lib/active_period/has_many/quarters.rb, line 9 def quarters @quarters ||= ActivePeriod::Collection.new(ActivePeriod::Quarter, self) end