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
re-added attributes method
automatthew (author)
Fri Oct 03 23:21:27 -0700 2008
commit  b8aae01061670d8e1f410c1ba9eb62bc26ab0656
tree    35471b8b235dac6e909dee287fe2b99917ff4d3e
parent  ea96265e0b5386a360a740ba014a31a0583bc3b4
...
46
47
48
 
 
 
 
49
50
51
...
46
47
48
49
50
51
52
53
54
55
0
@@ -46,6 +46,10 @@ module Waves
0
               Waves::Request::Utilities.destructure( request.query ) )
0
           end
0
           
0
+ def attributes
0
+ query[ model_name ]
0
+ end
0
+
0
         end
0
         
0
         app.auto_create_module( :Models ) do

Comments

    No one has commented yet.