mirror of https://github.com/rails/rails
probably should require the objects we monkey patch.
This commit is contained in:
parent
c317c5b25d
commit
bdf7624a59
|
@ -105,6 +105,7 @@ class Module
|
|||
end
|
||||
end
|
||||
|
||||
require 'bigdecimal'
|
||||
class BigDecimal
|
||||
begin
|
||||
BigDecimal.new('4.56').dup
|
||||
|
|
Loading…
Reference in New Issue