]> git.openstreetmap.org Git - rails.git/blobdiff - lib/editors.rb
Fix warnings from rubocop update
[rails.git] / lib / editors.rb
index ed1de5999d161baf6ab938ab2e12b17cdb28148e..1c5427b9431bf284d09b8c92e2112d8545c95742 100644 (file)
@@ -1,3 +1,4 @@
-module Editors 
-  ALL_EDITORS = [ "potlatch", "potlatch2", "remote" ]
+module Editors
+  ALL_EDITORS = %w(potlatch potlatch2 id remote)
+  RECOMMENDED_EDITORS = %w(id potlatch2 remote)
 end