Skip to content

Commit

Permalink
fix railtie generator path (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam authored Nov 15, 2024
1 parent ed8060b commit 3579928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/outboxer/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Railtie < Rails::Railtie

generators do
require_relative '../../generators/schema_generator'
require_relative '../../generators/message_publisher_generator'
require_relative '../../generators/publisher_generator'
end
end
end

0 comments on commit 3579928

Please sign in to comment.