public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
Small doc update.  Thanx jackdempsey
hassox (author)
Fri Jul 11 07:23:10 -0700 2008
commit  dc701bcfced392ce1d6b1cda7a51a2a9dd1b6d9d
tree    1ba543b7a74f8893f2fdb74e9a288581c25b98f7
parent  5ae0124fd58464e668896335c5015b786fbb591c
...
361
362
363
364
 
365
366
367
...
361
362
363
 
364
365
366
367
0
@@ -361,7 +361,7 @@ class Merb::AbstractController
0
   # filter<Symbol, Proc>:: The filter to add. Defaults to nil.
0
   # opts<Hash>::
0
   #   Filter options (see class documentation under <tt>Filter Options</tt>).
0
-  # &block:: Currently ignored.
0
+  # &block:: A block to use as a filter if filter is nil.
0
   #
0
   # ==== Notes
0
   # If the filter already exists, its options will be replaced with opts.

Comments