allow pms to be targetted at groups
This commit is contained in:
Sam
2013-05-02 15:15:17 +10:00
parent e59ab32210
commit 65cd00cf25
27 changed files with 176 additions and 61 deletions

View File

@@ -34,6 +34,10 @@ module ApplicationHelper
current_user.try(:admin?)
end
def moderator?
current_user.try(:moderator?)
end
# Creates open graph and twitter card meta data
def crawlable_meta_data(opts=nil)