Add comments to Wiki pages

This commit is contained in:
Ian Morgan 2012-07-19 20:09:19 -04:00
parent 652d28f56b
commit 36efa2042c
10 changed files with 72 additions and 1 deletions

View file

@ -18,6 +18,8 @@ class Admin::MailerController < ApplicationController
when "Issue" then
@issue = Issue.first
render :file => 'notify/note_issue_email', :layout => 'notify'
when "Wiki" then
render :file => 'notify/note_wiki_email', :layout => 'notify'
else
render :file => 'notify/note_wall_email', :layout => 'notify'
end