diff --git a/app/controllers/find/errors_controller.rb b/app/controllers/find/errors_controller.rb index ea972b6c8b..8e0783b160 100644 --- a/app/controllers/find/errors_controller.rb +++ b/app/controllers/find/errors_controller.rb @@ -4,6 +4,6 @@ module Find class ErrorsController < ApplicationController include Errorable - layout 'find_layout' + layout 'find' end end