added a search for request_for_comments.

fixed translation of model for request_for_comments
This commit is contained in:
Ralf Teusner
2017-04-03 19:45:07 +02:00
parent 3bf5e69f8d
commit 58f76f53e6
5 changed files with 27 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ class RequestForCommentPolicy < ApplicationPolicy
everyone
end
def search?
everyone
end
def show?
everyone
end