change default page 404 for not found procedure

This commit is contained in:
Xavier J 2015-09-22 14:08:41 +02:00
parent 810395c428
commit a485848908
2 changed files with 67 additions and 1 deletions

View file

@ -11,7 +11,7 @@ class StartController < ApplicationController
end
def error_procedure
render :file => "#{Rails.root}/public/404.html", :status => 404
render :file => "#{Rails.root}/public/404_procedure_not_found.html", :status => 404
end
def error_siret