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:
commit
b3cabb5aae
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue