search for: method_to_filt

Displaying 1 result from an estimated 1 matches for "method_to_filt".

Did you mean: method_to_filter
2006 Aug 11
1
Excluding all the methods of a class from a filter.
Hello, I would like to be able to exclude all the methods of a specific class from being subject to methods called by before_filter entries. Right now I have all those methods excluded using :except => [methode1,method2,...] but there must be a better way. Thanks in advance, Alexandre. -- Posted via http://www.ruby-forum.com/.