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:
commit
7c03190344
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue