Module: Russian::ActionViewExt::Helpers

Defined in:
lib/russian/action_view_ext/helpers/date_helper.rb

Overview

Helper patches injected into Action View.

Патчи хелперов, внедряемые в Action View.

Defined Under Namespace

Modules: DateHelperPatch, DateTimeSelectorPatch

Constant Summary collapse

MONTH_NAME_KEYS =
{
  short: {
    common: :"date.common_abbr_month_names",
    standalone: :"date.standalone_abbr_month_names",
    fallback: :"date.abbr_month_names"
  },
  long: {
    common: :"date.common_month_names",
    standalone: :"date.standalone_month_names",
    fallback: :"date.month_names"
  }
}.freeze