about summary refs log tree commit diff
path: root/lib/mastodon/premailer_webpack_strategy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mastodon/premailer_webpack_strategy.rb')
-rw-r--r--lib/mastodon/premailer_webpack_strategy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/premailer_webpack_strategy.rb b/lib/mastodon/premailer_webpack_strategy.rb
index 56ef09c1a..5c297d4d0 100644
--- a/lib/mastodon/premailer_webpack_strategy.rb
+++ b/lib/mastodon/premailer_webpack_strategy.rb
@@ -13,7 +13,7 @@ module PremailerWebpackStrategy
             HTTP.get(url).to_s
           else
             url = url[1..-1] if url.start_with?('/')
-            File.read(Rails.root.join('public', url))
+            Rails.public_path.join(url).read
           end
 
     css.gsub(/url\(\//, "url(#{asset_host}/")