Skip to content

Commit

Permalink
Merge pull request #9113 from rosenfeld/patch-1
Browse files Browse the repository at this point in the history
Add NumberHelper missing dependency
  • Loading branch information
rafaelfranca committed Jan 29, 2013
2 parents c7d6cfb + 56fd564 commit 8593e0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionpack/lib/action_view/helpers/number_helper.rb
@@ -1,5 +1,6 @@
# encoding: utf-8 # encoding: utf-8


require 'active_support/core_ext/hash/keys'
require 'active_support/core_ext/big_decimal/conversions' require 'active_support/core_ext/big_decimal/conversions'
require 'active_support/core_ext/float/rounding' require 'active_support/core_ext/float/rounding'
require 'active_support/core_ext/object/blank' require 'active_support/core_ext/object/blank'
Expand Down

0 comments on commit 8593e0f

Please sign in to comment.