From 332b20f969ff1e4767d9c353fa8a776d1417351b Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Wed, 2 Apr 2014 12:10:52 +0200 Subject: [PATCH] faq ability --- app/models/ability.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/ability.rb b/app/models/ability.rb index 055e2c7..1dcb42b 100755 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -36,7 +36,7 @@ class Ability can [:show, :index], Modul can [:show, :index], Lva can [:show,:index], Gallery - can [:show, :index], Themengruppe + can [:show, :index,:faqs], Themengruppe can [:show], Thema can [:create], Beispiel can [:show, :index], Fetprofile