We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4d874 commit 979e308Copy full SHA for 979e308
actionpack/lib/action_controller/base.rb
@@ -266,6 +266,8 @@ def self.without_modules(*modules)
266
ParamsWrapper
267
]
268
269
+ # Note: Documenting these severely degrates the performance of rdoc
270
+ # :stopdoc:
271
include AbstractController::Rendering
272
include AbstractController::Translation
273
include AbstractController::AssetPaths
@@ -309,6 +311,7 @@ def self.without_modules(*modules)
309
311
# Params wrapper should come before instrumentation so they are properly showed
310
312
# in logs
313
include ParamsWrapper
314
+ # :startdoc:
315
setup_renderer!
316
317
# Define some internal variables that should not be propagated to the view.
0 commit comments