Sha256: dccd53e367b16878dbd98c35307133882844be5e2153d629270389587e55efb3
Contents?: true
Size: 593 Bytes
Versions: 19
Compression:
Stored size: 593 Bytes
Contents
module BMC::FiltersHelper def bmc_time_periods_for_select { t("time_periods.all_time") => "", t("time_periods.today") => "today", t("time_periods.yesterday") => "yesterday", t("time_periods.this_week") => "this_week", t("time_periods.last_week") => "last_week", t("time_periods.this_month") => "this_month", t("time_periods.last_month") => "last_month", t("time_periods.this_year") => "this_year", t("time_periods.last_year") => "last_year", t("time_periods.custom_date") => "custom_date", } end end
Version data entries
19 entries across 19 versions & 1 rubygems