Skip to content

Commit

Permalink
Set Find errors controller layout to 'find'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Jan 21, 2025
1 parent 2518e80 commit 3989fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/find/errors_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module Find
class ErrorsController < ApplicationController
include Errorable

layout 'find_layout'
layout 'find'
end
end

0 comments on commit 3989fd9

Please sign in to comment.