public
Fork of wycats/merb-plugins
Description: Merb Plugins: Even more modules to hook up your Merb installation
Homepage: http://www.merbivore.com
Clone URL: git://github.com/somebee/merb-plugins.git
Documentation fix.  Docs example did not match method name for 
'remove_params_from_object'.
grempe (author)
Sun May 04 12:30:56 -0700 2008
commit  e7e11b612c1f6dd240f1cbb206f96bd8bd3afae6
tree    d99f4d0c72fa81e9799fb4dc154e4e6b2809a3fd
parent  5159bb3ad894fdd8bb26ede96fb70d75ba63ef97
...
125
126
127
128
 
129
130
131
...
125
126
127
 
128
129
130
131
0
@@ -125,7 +125,7 @@ if defined?(Merb::Plugins)
0
 
0
         # Removes specified parameters of an object
0
         #
0
- # params_filter_from_object(:post, [:status, :author_id])
0
+ # remove_params_from_object(:post, [:status, :author_id])
0
         #
0
         def remove_params_from_object(obj, attrs = [])
0
           unless params[obj].nil?

Comments

    No one has commented yet.