From f7aa1b3240ccd93bb33fb8d63ade76c2f83f7265 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 24 Sep 2013 10:00:40 +0200 Subject: [PATCH] utf8 fix in 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 dd9aefd..83ee597 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 - # Rechteverwaltung f�r Studien Modul + # Rechteverwaltung fuer Studien Modul can :read, Modulgruppe