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
change resources syntax in app
automatthew (author)
Thu Sep 04 10:08:28 -0700 2008
commit  a0dfaa681bf282c4a6cbf5a24a3f126d1fd130c8
tree    36de11837e84844beb0012c320fa126110969b0a
parent  a13cfb2bce3d8346c25ace7cbd17157d418348e6
...
2
3
4
5
 
6
7
 
8
9
10
...
2
3
4
 
5
6
 
7
8
9
10
0
@@ -2,9 +2,9 @@ module <%= @name %>
0
   module Configurations
0
     class Default
0
       
0
- resources [
0
+ resources do
0
         
0
- ]
0
+ end
0
       
0
     end
0
   end

Comments

    No one has commented yet.