module Teasy::PeriodNotFoundHandling
Constants
- UnknownPeriodNotFoundHandler
Public Class Methods
included(base)
click to toggle source
# File lib/teasy/period_not_found_handling.rb, line 7 def self.included(base) base.extend(ClassMethods) end