module Editors
- ALL_EDITORS = [ "potlatch", "potlatch2", "id", "remote" ]
- RECOMMENDED_EDITORS = [ "id", "potlatch2", "remote" ]
+ ALL_EDITORS = %w[potlatch potlatch2 id remote].freeze
+ AVAILABLE_EDITORS = %w[id remote].freeze
+ RECOMMENDED_EDITORS = %w[id remote].freeze
end