]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/open_graph_helper.rb
Update rubocop todo and fix new warnings
[rails.git] / app / helpers / open_graph_helper.rb
index 99b8d00a3f95dc97d7b66d40bb10facd1e9e690c..a91457645416f49c3ef01a4e50d63d239804d36b 100644 (file)
@@ -11,7 +11,7 @@ module OpenGraphHelper
     }
 
     safe_join(tags.map do |property, content|
-      tag(:meta, :property => property, :content => content)
+      tag.meta(:property => property, :content => content)
     end, "\n")
   end
 end