diff options
author | Carl Lerche <carllerche@mac.com> | 2010-02-23 19:53:52 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-02-24 10:52:16 -0800 |
commit | 6a061187e26f0942c458a859c8e941ed092a48c1 (patch) | |
tree | 78df6b1ea77a5ad5f7f5afe7ee12db9b1e546479 /actionpack/lib/action_controller | |
parent | ba57575e03647df78f8f2d4b56f1395c10061366 (diff) | |
download | rails-6a061187e26f0942c458a859c8e941ed092a48c1.tar.gz rails-6a061187e26f0942c458a859c8e941ed092a48c1.tar.bz2 rails-6a061187e26f0942c458a859c8e941ed092a48c1.zip |
Remove ActionController::Base.resources_path_names
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/compatibility.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/compatibility.rb b/actionpack/lib/action_controller/metal/compatibility.rb index 136b024d9e..2b1ada1426 100644 --- a/actionpack/lib/action_controller/metal/compatibility.rb +++ b/actionpack/lib/action_controller/metal/compatibility.rb @@ -20,8 +20,6 @@ module ActionController class << self delegate :default_charset=, :to => "ActionDispatch::Response" - delegate :resources_path_names, :to => "ActionDispatch::Routing::Routes" - delegate :resources_path_names=, :to => "ActionDispatch::Routing::Routes" end # cattr_reader :protected_instance_variables |