second attempt at fixing travis

This commit is contained in:
kikito
2015-09-28 15:49:28 +02:00
parent 65ec39ebb3
commit 636e6bd479

View File

@@ -31,7 +31,7 @@ module Abilities
can :comment_as_administrator, [Debate, Comment, Proposal]
can [:create, :read, :update, :destroy], Moderator
can [:search, :create, :index, :destroy], Moderator
end
end
end