]> git.openstreetmap.org Git - rails.git/blobdiff - app/helpers/browse_helper.rb
Add some tests for the user helper
[rails.git] / app / helpers / browse_helper.rb
index ef7b3f554b8ffbb8dafb4eeb25799c6613a2ced1..998ea405fca1f80018ec07a2c294dc2d37076346 100644 (file)
@@ -99,7 +99,7 @@ module BrowseHelper
 
   private
 
-  ICON_TAGS = %w(aeroway amenity barrier building highway historic landuse leisure man_made natural railway shop tourism waterway).freeze
+  ICON_TAGS = %w[aeroway amenity barrier building highway historic landuse leisure man_made natural railway shop tourism waterway].freeze
 
   def icon_tags(object)
     object.tags.find_all { |k, _v| ICON_TAGS.include? k }.sort