Skip to content

Commit

Permalink
Merge pull request #859 from ainame/bug_fix
Browse files Browse the repository at this point in the history
add require ActiveSupport::TimeWithZone class at padrino-helpers #858
  • Loading branch information
DAddYE committed Jun 11, 2012
2 parents 048f773 + 95d5bb6 commit 9072650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions padrino-helpers/lib/padrino-helpers.rb
Expand Up @@ -2,6 +2,7 @@
require 'cgi'
require 'i18n'
require 'enumerator'
require 'active_support/time_with_zone' # next extension depends on this
require 'active_support/core_ext/string/conversions' # to_date
require 'active_support/core_ext/float/rounding' # round
require 'active_support/option_merger' # with_options
Expand Down

0 comments on commit 9072650

Please sign in to comment.