lib/propshaft/railtie.rb in propshaft-0.8.0 vs lib/propshaft/railtie.rb in propshaft-0.9.1
- old
+ new
@@ -37,10 +37,10 @@
app.assets = Propshaft::Assembly.new(app.config.assets)
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
ActiveSupport.on_load(:action_view) do
include Propshaft::Helper