Module: Tomify::TimezoneHelper
- Defined in:
- app/helpers/tomify/timezone_helper.rb
Class Method Summary collapse
Class Method Details
.load_config ⇒ Object
2 3 4 |
# File 'app/helpers/tomify/timezone_helper.rb', line 2 def self.load_config Rails.application.config.time_zone = Tomify.setting(:timezone) end |