aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/http.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-10 14:43:43 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-06-10 14:43:43 -0700
commit82a10ce9f61a02a97d85915bb5fca53730ae28c8 (patch)
tree6563772a205fd6b95dd79b068fe3951b5048724e /actionpack/lib/action_controller/new_base/http.rb
parentfbb6b936e9b896e6b8cbd6d05148a77fcf14b40b (diff)
downloadrails-82a10ce9f61a02a97d85915bb5fca53730ae28c8.tar.gz
rails-82a10ce9f61a02a97d85915bb5fca53730ae28c8.tar.bz2
rails-82a10ce9f61a02a97d85915bb5fca53730ae28c8.zip
Removed unnecessary code
Diffstat (limited to 'actionpack/lib/action_controller/new_base/http.rb')
-rw-r--r--actionpack/lib/action_controller/new_base/http.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/actionpack/lib/action_controller/new_base/http.rb b/actionpack/lib/action_controller/new_base/http.rb
index c96aaaa865..b3a80094dd 100644
--- a/actionpack/lib/action_controller/new_base/http.rb
+++ b/actionpack/lib/action_controller/new_base/http.rb
@@ -28,16 +28,6 @@ module ActionController
self.class.controller_path
end
- # :api: private
- def self.action_names
- action_methods
- end
-
- # :api: private
- def action_names
- action_methods
- end
-
# :api: plugin
def self.call(env)
controller = new