Skip to content

Commit 1fc8567

Browse files
authored
Merge pull request mudbugmedia#1 from jackcompton/master
Fix 2 for 1 args error in Rails 3.2.22.4
2 parents 201d96f + 5086777 commit 1fc8567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/critical_path_css/rails/config_loader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def load
88
config['css_path'] = "#{::Rails.root}/public" + (
99
config['css_path'] ||
1010
ActionController::Base.helpers.stylesheet_path(
11-
config['manifest_name'], host: ''
11+
config['manifest_name']
1212
)
1313
)
1414
config

0 commit comments

Comments
 (0)