Merge branch 'develop' of 10.0.47.245:/home/trustie2 into develop

exceptionHandle
huangjingquan 12 years ago
commit 5c6d8c1bcf

@ -150,7 +150,7 @@ class ProjectsController < ApplicationController
end
else
respond_to do |format|
format.html { render :action => 'new' }
format.html { render :action => 'new', :layout => 'base'}#Added by young
format.api { render_validation_errors(@project) }
end
end

Loading…
Cancel
Save