lib/lite/ruby/helpers/time_helper.rb in lite-ruby-1.1.4 vs lib/lite/ruby/helpers/time_helper.rb in lite-ruby-1.1.5

- old
+ new

@@ -3,10 +3,10 @@ if Lite::Ruby.configuration.monkey_patches.include?('time') module Lite module Ruby module TimeHelper - TIME_STAMPS ||= { + TIME_STAMPS = { hour: '%H', hour_blank: '%k', hour_padded: '%H', hour12: '%I', hour12_padded: '%I',