openstreetmap-website/lib/editors.rb
2016-01-19 09:51:24 +00:00

4 lines
130 B
Ruby

module Editors
ALL_EDITORS = %w(potlatch potlatch2 id remote).freeze
RECOMMENDED_EDITORS = %w(id potlatch2 remote).freeze
end