Module: TranzitoUtils

Defined in:
lib/tranzito_utils.rb,
lib/tranzito_utils/gem.rb,
lib/tranzito_utils/version.rb,
lib/tranzito_utils/helpers/helpers.rb,
lib/tranzito_utils/services/normalize.rb,
lib/tranzito_utils/concerns/set_period.rb,
lib/tranzito_utils/helpers/admin_helper.rb,
lib/tranzito_utils/services/time_parser.rb,
lib/tranzito_utils/concerns/sortable_table.rb,
lib/tranzito_utils/helpers/graphing_helper.rb,
lib/tranzito_utils/helpers/sortable_helper.rb,
lib/generators/tranzito_utils/install_generator.rb

Defined Under Namespace

Modules: AdminHelper, GraphingHelper, Helpers, Normalize, SetPeriod, SortableHelper, SortableTable, TimeParser Classes: Gem, InstallGenerator

Constant Summary collapse

DEFAULT =
{
  earliest_period_time: Time.at(1637388000),
  earliest_year: 1900,
  latest_year: (Time.current.year + 100),
  additional_search_keys: [],
  time_zone: "",
  application_display_name: ""
}
VERSION =
"1.3.1"