##// END OF EJS Templates
Fixed a test failure....
Jean-Philippe Lang -
r2878:279e81eb9288
parent child
Show More
@@ -111,9 +111,10 class ProjectsController < ApplicationController
111 111 redirect_to :controller => 'admin', :action => 'projects'
112 112 end
113 113 end
114 rescue ActiveRecord::RecordNotFound
115 redirect_to :controller => 'admin', :action => 'projects'
114 116 end
115 117
116
117 118 # Show @project
118 119 def show
119 120 if params[:jump]
General Comments 0
You need to be logged in to leave comments. Login now