class SchoolBrandingDecorator < ApplicationDecorator
  def format_color
    color.to_s.tr('_', '-')
  end
end
