Skip to content

Commit

Permalink
Fix deprecation in engine mounting (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomaka authored Aug 2, 2024
1 parent af557fb commit 40b578c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/propshaft/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Railtie < ::Rails::Railtie

if config.assets.server
app.routes.prepend do
mount app.assets.server => app.assets.config.prefix
mount app.assets.server, at: app.assets.config.prefix
end
end

Expand Down

0 comments on commit 40b578c

Please sign in to comment.