Skip to content

Commit

Permalink
Add good_job_application_controller load hook (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Sep 20, 2023
1 parent c71c3b3 commit 75b810f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/good_job/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ def current_locale
I18n.default_locale
end
end

ActiveSupport.run_load_hooks(:good_job_application_controller, self)
end
end

0 comments on commit 75b810f

Please sign in to comment.