module Booker::Helpers::ActiveSupport

Constants

BOOKER_TO_ACTIVE_SUPPORT_TIMEZONE

Public Class Methods

booker_timezone_names() click to toggle source
# File lib/booker/helpers/active_support_helper.rb, line 97
def self.booker_timezone_names
  BOOKER_TO_ACTIVE_SUPPORT_TIMEZONE.keys
end
to_active_support(booker_timezone_name) click to toggle source
# File lib/booker/helpers/active_support_helper.rb, line 93
def self.to_active_support(booker_timezone_name)
  BOOKER_TO_ACTIVE_SUPPORT_TIMEZONE[booker_timezone_name]
end