4 lines
124 B
Ruby
4 lines
124 B
Ruby
module Editors
|
|
ALL_EDITORS = [ "potlatch", "potlatch2", "remote" ]
|
|
RECOMMENDED_EDITORS = [ "potlatch2", "remote" ]
|
|
end
|