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