Skip to content

Commit

Permalink
Add documentation to get a running custom base controller [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwin committed Jul 23, 2015
1 parent 430b7c8 commit 7c5e422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/base.rb
Expand Up @@ -183,7 +183,7 @@ class Base < Metal
# 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
Expand Down

0 comments on commit 7c5e422

Please sign in to comment.