From a8b21aca31e64a3d7f96b69d28107fb78d426029 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Mon, 17 Sep 2012 12:40:45 +0400 Subject: revises the RDoc of AC::Base.without_modules --- actionpack/lib/action_controller/base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 3dfc4e4e89..84e8c2a698 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -178,8 +178,8 @@ module ActionController # Returns an ActionDispatch::Response that represents the current # response. - # Shortcut helper that returns all the ActionController::Base - # modules except the ones passed in the argument: + # Shortcut helper that returns all the modules included in + # ActionController::Base except the ones passed as arguments: # # class MetalController # ActionController::Base.without_modules(:ParamsWrapper, :Streaming).each do |left| -- cgit v1.2.3