mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Explicit dependency on Proc#bind extension
This commit is contained in:
parent
7269842080
commit
148da357f0
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/core_ext/class/inheritable_attributes'
|
||||
require 'active_support/core_ext/proc'
|
||||
|
||||
module ActiveSupport
|
||||
# Rescuable module adds support for easier exception handling.
|
||||
|
|
Loading…
Reference in a new issue