aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rescuable.rb
diff options
context:
space:
mode:
authorMislav Marohnić <mislav.marohnic@gmail.com>2010-04-16 14:44:08 +0200
committerXavier Noria <fxn@hashref.com>2010-04-16 06:11:38 -0700
commit8a91ccf97632ef949f3f99e8956b8235091389a7 (patch)
tree3a3bd4fcd37ffbff2c8845efb668afaa7d4870bf /activesupport/lib/active_support/rescuable.rb
parent5aa58cc03fa96d290a902e8fd2e6d013bc5d6147 (diff)
downloadrails-8a91ccf97632ef949f3f99e8956b8235091389a7.tar.gz
rails-8a91ccf97632ef949f3f99e8956b8235091389a7.tar.bz2
rails-8a91ccf97632ef949f3f99e8956b8235091389a7.zip
add missing requires to Rescuable and RouteSet [#4415 state:committed]
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'activesupport/lib/active_support/rescuable.rb')
-rw-r--r--activesupport/lib/active_support/rescuable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/rescuable.rb b/activesupport/lib/active_support/rescuable.rb
index e4c1651acf..cd6f92cdfe 100644
--- a/activesupport/lib/active_support/rescuable.rb
+++ b/activesupport/lib/active_support/rescuable.rb
@@ -1,3 +1,4 @@
+require 'active_support/concern'
require 'active_support/core_ext/class/attribute'
require 'active_support/core_ext/proc'
require 'active_support/core_ext/string/inflections'