1
0
Fork 0
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:
Jeremy Kemper 2009-04-24 10:41:45 -07:00
parent a841cd2503
commit cbcc0ca57b

View file

@ -1,4 +1,5 @@
require 'active_support/core_ext/kernel/reporting'
require 'active_support/core_ext/symbol'
require 'active_support/dependencies'
module Rails