mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
daa592293b
Binding to capture the local scope. This means that if a constant with same name as constant specified by the user exists in local scope, constant defined in local will use. This is different from what the user expects. Therefore, fixed to use top-level binding instead of local scope. Fixes #30644 |
||
---|---|---|
.. | ||
minitest | ||
rails | ||
rails.rb |