3 lines
74 B
Ruby
3 lines
74 B
Ruby
module Editors
|
|
ALL_EDITORS = [ "potlatch", "potlatch2", "remote" ]
|
|
end
|