class StateReporting::ConfigDecorator < ApplicationDecorator
  delegate :name, to: :school_year, prefix: true
  delegate :name, to: :calendar_descriptor, prefix: true, allow_nil: true
end
