From 7c5e4227d19b8c311425e39201c215d2ac775957 Mon Sep 17 00:00:00 2001 From: Sven Winkler Date: Thu, 23 Jul 2015 23:55:35 +0200 Subject: Add documentation to get a running custom base controller [ci skip] --- actionpack/lib/action_controller/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 2c3b3f4e05..f248e9474b 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -183,7 +183,7 @@ module ActionController # Shortcut helper that returns all the modules included in # ActionController::Base except the ones passed as arguments: # - # class MetalController + # class CustomBaseController < ActionController::Metal # ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |left| # include left # end -- cgit v1.2.3