Pending history and admin controls #2557

This commit is contained in:
Priit Tark 2015-08-12 00:13:42 +03:00
parent 6986b7b738
commit 07e4c0cd96
10 changed files with 95 additions and 84 deletions

View file

@ -123,7 +123,8 @@ class Ability
can :manage, WhiteIp
can :read, ApiLog::EppLog
can :read, ApiLog::ReppLog
# can :index, :delayed_job
can :update, :pending
can :destroy, :pending
can :create, :zonefile
can :access, :settings_menu
end