projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move directions route output to its own module
[rails.git]
/
lib
/
editors.rb
diff --git
a/lib/editors.rb
b/lib/editors.rb
index 6c04287240641e927943558c4e33bcfe96226fee..e1c4054f376cfaae46cc46e1cfc4108161007fe3 100644
(file)
--- a/
lib/editors.rb
+++ b/
lib/editors.rb
@@
-1,4
+1,5
@@
module Editors
ALL_EDITORS = %w[potlatch potlatch2 id remote].freeze
- RECOMMENDED_EDITORS = %w[id potlatch2 remote].freeze
+ AVAILABLE_EDITORS = %w[id remote].freeze
+ RECOMMENDED_EDITORS = %w[id remote].freeze
end