]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
Update gravatar methods to check for Active Storage images
[rails.git] / app / controllers / site_controller.rb
index 471e9f3c5636d75d54765fc2854919e9a4da11e1..57ac075010fd837609a4170ab96883c78ff83c3d 100644 (file)
@@ -126,7 +126,7 @@ class SiteController < ApplicationController
       :style_src => %w['unsafe-inline']
     )
 
-    render "id", :layout => false
+    render :layout => false
   end
 
   private