Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vkghub committed Sep 9, 2024
1 parent 3fbf480 commit a34cb36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/event_source/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# frozen_string_literal: true

module EventSource
# :nodoc:
module Railtie
Rails::Application::Finisher.initializer "event_source.boot", after: :finisher_hook do
class Railtie < Rails::Railtie
initializer "event_source.boot", after: :finisher_hook do
EventSource.boot!
end
end
Expand Down

0 comments on commit a34cb36

Please sign in to comment.