Class: AhlScraper::SeasonDatesHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/ahl_scraper/helpers/season_dates_helper.rb

Constant Summary collapse

DATE_EXCEPTIONS =
{
  68 => { start_date: "Mon, Feb 1", end_date: "Sat, Jun 8" },
}.freeze
SEASON_MONTH_KEY =
{
  regular: { start_month: "10", end_month: "4" },
  playoffs: { start_month: "4", end_month: "6" },
}.freeze