public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
Search Repo:
redirects have to be done inside the last lambda
automatthew (author)
Thu May 15 15:10:39 -0700 2008
commit  583a0afeb21673041d378a2bfb985a7b00797b5a
tree    e898c1f3e66fe0073531f33a39e1242df852697a
parent  4ae32ebe880da70b79028a2d0ff58861a8071e02
...
75
76
77
78
 
79
80
81
...
75
76
77
 
78
79
80
81
0
@@ -75,7 +75,7 @@ module Waves
0
 
0
             # update the given resource for the given model
0
             path %r{^/#{model}/#{name}/?$}, :method => :put do | model, name |
0
- resource( model ) { controller { update( name ) }; redirect( url ) }
0
+ resource( model ) { controller { update( name ); redirect( url ) } }
0
             end
0
 
0
             # delete the given resource for the given model

Comments

    No one has commented yet.