1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #21008 from svenwin/patch-1

Add documentation to get a running custom base controller [ci skip]
This commit is contained in:
Yves Senn 2015-08-01 12:16:47 +02:00
commit 7c03190344

View file

@ -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 MyBaseController < ActionController::Metal
# ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |left|
# include left
# end