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

Add documentation to get a running custom base controller [ci skip]

This commit is contained in:
Sven Winkler 2015-07-23 23:55:35 +02:00
parent 430b7c8b51
commit 7c5e4227d1

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