summaryrefslogtreecommitdiffstats
path: root/app/controllers/wiki_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-25 19:02:28 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-25 19:02:28 +0000
commit85ce903cfa5f13eadef140f82466b258756a44eb (patch)
tree067b6995cc37076d87769295f2c4b5700bee6570 /app/controllers/wiki_controller.rb
parent9c630cc2b72336aed6fa0957b68f1cb598116bf4 (diff)
downloadredmine-85ce903cfa5f13eadef140f82466b258756a44eb.tar.gz
redmine-85ce903cfa5f13eadef140f82466b258756a44eb.zip
Ability to watch a wiki or a single wiki page (#413).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2765 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/wiki_controller.rb')
-rw-r--r--app/controllers/wiki_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb
index 9c624462a..fd876cf04 100644
--- a/app/controllers/wiki_controller.rb
+++ b/app/controllers/wiki_controller.rb
@@ -25,6 +25,7 @@ class WikiController < ApplicationController
helper :attachments
include AttachmentsHelper
+ helper :watchers
# display a page (in editing mode if it doesn't exist)
def index