module Delegatable
Public Instance Methods
Source
# File app/models/concerns/delegatable.rb, line 8 def pgd_supply_enabled? = supports_delegation? && !psd_enabled? end
Source
# File app/models/concerns/delegatable.rb, line 6 def supports_delegation? = programmes.any?(&:supports_delegation?) def pgd_supply_enabled? = supports_delegation? && !psd_enabled?