Skip to content

Commit 0bce032

Browse files
committed
XXX
1 parent 30b35cf commit 0bce032

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/faucet_pipeline_rails/railtie.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ class Railtie < Rails::Railtie
2020

2121
initializer "faucet_pipeline.configure_manifest_path" do |app|
2222
app.config.faucet_pipeline.manifest_path ||= app.root.join("public", "assets", "manifest.json")
23+
pp app.config.faucet_pipeline.key_rewriter
2324
app.config.faucet_pipeline.key_rewriter ||= ->(key) { key }
25+
pp app.config.faucet_pipeline.key_rewriter
2426
end
2527

2628
rake_tasks do

0 commit comments

Comments
 (0)