From fa63f83fd42bece15d06bbe77b6b717ebee5c188 Mon Sep 17 00:00:00 2001 From: Bryan Ricker Date: Sat, 16 Mar 2013 15:21:42 -0700 Subject: Remove :all from *args options in AbstractController.helper --- actionpack/lib/abstract_controller/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/abstract_controller/helpers.rb') diff --git a/actionpack/lib/abstract_controller/helpers.rb b/actionpack/lib/abstract_controller/helpers.rb index 812a35735f..bb701184e8 100644 --- a/actionpack/lib/abstract_controller/helpers.rb +++ b/actionpack/lib/abstract_controller/helpers.rb @@ -59,7 +59,7 @@ module AbstractController # The +helper+ class method can take a series of helper module names, a block, or both. # # ==== Options - # * *args - Module, Symbol, String, :all + # * *args - Module, Symbol, String # * block - A block defining helper methods # # When the argument is a module it will be included directly in the template class. -- cgit v1.2.3