1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #22822 from maclover7/fix-22805

Add a missing require to ActiveSupport::NumericWithFormat
This commit is contained in:
Richard Schneeman 2015-12-28 20:07:22 -06:00
commit b3cabb5aae

View file

@ -1,5 +1,6 @@
require 'active_support/core_ext/big_decimal/conversions'
require 'active_support/number_helper'
require 'active_support/core_ext/module/deprecation'
module ActiveSupport::NumericWithFormat