public
Description: Journaling / Blogging Application
Homepage: http://deluuxjournal.heroku.com
Clone URL: git://github.com/notphil/deluuxjournal.git
Search Repo:
redirecting with session vars on destroy
notphil (author)
Sun May 18 03:24:57 -0700 2008
commit  6e1d3e4fcd22ac6a03baea230bd5f6f46894e645
tree    9996b78583c7b8f4a9fd4553a01f88cfa10655d7
parent  74f5bf8642de313fcde9d9d97c5ccb6ac4b820e8
...
92
93
94
95
 
96
97
98
...
92
93
94
 
95
96
97
98
0
@@ -92,7 +92,7 @@ class NotesController < ApplicationController
0
     @note.destroy
0
 
0
     respond_to do |format|
0
- format.html { redirect_to params[:dl_sig_root_loc] }
0
+ format.html { app_redirect_to :action => :index }
0
       format.xml { head :ok }
0
     end
0
   end

Comments

    No one has commented yet.