change default page 404 for not found procedure
This commit is contained in:
parent
810395c428
commit
a485848908
2 changed files with 67 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue