Depricated delayed jobs

This commit is contained in:
Priit Tark 2015-04-02 14:47:52 +03:00
parent 17d130855c
commit 7d94304d56
10 changed files with 12 additions and 88 deletions

View file

@ -71,7 +71,7 @@ class Ability
can :manage, LegalDocument
can :read, ApiLog::EppLog
can :read, ApiLog::ReppLog
can :index, :delayed_job
# can :index, :delayed_job
can :create, :zonefile
can :access, :settings_menu
end