Skip to content

Commit

Permalink
feat: Add ActiveSupport hook to Blazer base controller
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 committed Nov 7, 2023
1 parent e9d3079 commit d6119eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/blazer/base_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,7 @@ def render_errors(resource)
def default_url_options
{}
end

ActiveSupport.run_load_hooks(:blazer_base_controller, self)
end
end

0 comments on commit d6119eb

Please sign in to comment.