Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Nov 16, 2024
1 parent d3d07f3 commit ca9f3e1
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 @@ -13,7 +13,7 @@ class Railtie < Rails::Railtie
namespace :db do
desc "Load outboxer's seed data"
task seed: :environment do
load File.expand_path('../../../db/seeds.rb', __dir__)
load File.expand_path('../../db/seeds.rb', __dir__)
end
end
end
Expand Down

0 comments on commit ca9f3e1

Please sign in to comment.