Add epp log view

This commit is contained in:
Martin Lensment 2015-01-13 12:48:00 +02:00
parent 360c2d3db8
commit 0544dbd3ff
13 changed files with 114 additions and 16 deletions

View file

@ -24,6 +24,7 @@ class Ability
can :manage, EppUser
can :manage, Keyrelay
can :manage, LegalDocument
can :read, ApiLog::EppLog
can :index, :delayed_job
can :create, :zonefile
can :access, :settings_menu