public
Description: An authorization and workflow mechanism built on top of restful_authentication
Clone URL: git://github.com/jbarket/restful-authorization.git
Search Repo:
Now properly handling status. Before it was being ignored. Now it's being 
merged into the provided :render_url parameters.
Jonathan Barket (author)
Fri Apr 25 14:04:13 -0700 2008
commit  3ff1d85fb8615755b041cdf835452f9b4be1ffe9
tree    80d3dbdbfde7b5a35dd7b637db49dee1f21caef5
parent  dbe5a8fc36d951ad61bf919d062f6e37a85507f5
...
195
196
197
198
 
199
200
201
...
195
196
197
 
198
199
200
201
0
@@ -195,7 +195,7 @@ module AuthorizedSystem
0
         store_location
0
         if status = self.next_authorized_url?(params)[:status]
0
           if self.next_authorized_url?(params)[:url]
0
- render self.next_authorized_url?(params)[:url], :status => status
0
+ render self.next_authorized_url?(params)[:url].merge(:status => status)
0
           else
0
             render :nothing => true, :status => status
0
           end

Comments

    No one has commented yet.