4 lines
116 B
Ruby
4 lines
116 B
Ruby
module Editors
|
|
ALL_EDITORS = %w(potlatch potlatch2 id remote)
|
|
RECOMMENDED_EDITORS = %w(id potlatch2 remote)
|
|
end
|