GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
when destructing params, keep array vals
automatthew (author)
Tue Aug 26 07:35:36 -0700 2008
commit  55083da593e92c6235c5a9392310f2f384496e47
tree    b43b546283ee11f1ab7328be6ee060f7bb24a98e
parent  c04be42adcd50bce7356e8a8c9edff3d5a45bf1a
...
81
82
83
 
 
84
85
86
...
81
82
83
84
85
86
87
88
0
@@ -81,6 +81,8 @@ module Waves
0
           val.strip
0
         when Hash, Array
0
           val
0
+ when Array
0
+ val
0
         when nil
0
           raise key.inspect
0
         end

Comments

    No one has commented yet.