aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-03-03 21:29:26 -0800
committerCarl Lerche <carllerche@mac.com>2010-03-03 21:29:26 -0800
commit7dbf5c820b3454da8194e2c823cdfd3982657f03 (patch)
treefc21d9b2a645b5fe8c0dc6a6c3b6ff9d292bace7 /actionpack/lib/abstract_controller
parent15b3b74624eb4c5ae383956950cab12ca9899131 (diff)
downloadrails-7dbf5c820b3454da8194e2c823cdfd3982657f03.tar.gz
rails-7dbf5c820b3454da8194e2c823cdfd3982657f03.tar.bz2
rails-7dbf5c820b3454da8194e2c823cdfd3982657f03.zip
Tweak how ActionPack handles InheritableOptions
Diffstat (limited to 'actionpack/lib/abstract_controller')
-rw-r--r--actionpack/lib/abstract_controller/base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/lib/abstract_controller/base.rb b/actionpack/lib/abstract_controller/base.rb
index cbd021e246..8e24d55ad0 100644
--- a/actionpack/lib/abstract_controller/base.rb
+++ b/actionpack/lib/abstract_controller/base.rb
@@ -1,3 +1,5 @@
+require 'active_support/ordered_options'
+
module AbstractController
class Error < StandardError; end
class ActionNotFound < StandardError; end