mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use Symbol#to_proc in rails plugin internals
This commit is contained in:
parent
a841cd2503
commit
cbcc0ca57b
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'active_support/core_ext/kernel/reporting'
|
||||
require 'active_support/core_ext/symbol'
|
||||
require 'active_support/dependencies'
|
||||
|
||||
module Rails
|
||||
|
|
Loading…
Reference in a new issue