aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/new_base/renderer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/new_base/renderer.rb')
-rw-r--r--actionpack/lib/action_controller/new_base/renderer.rb11
1 files changed, 1 insertions, 10 deletions
diff --git a/actionpack/lib/action_controller/new_base/renderer.rb b/actionpack/lib/action_controller/new_base/renderer.rb
index 24ca9be077..044c15f409 100644
--- a/actionpack/lib/action_controller/new_base/renderer.rb
+++ b/actionpack/lib/action_controller/new_base/renderer.rb
@@ -1,15 +1,6 @@
module ActionController
module Renderer
-
- # def self.included(klass)
- # klass.extend ClassMethods
- # end
- #
- # module ClassMethods
- # def prefix
- # @prefix ||= name.underscore
- # end
- # end
+ depends_on AbstractController::Renderer
def initialize(*)
self.formats = [:html]