mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
Add account activity to registrar
This commit is contained in:
parent
f2f2e42608
commit
32073ca862
15 changed files with 117 additions and 32 deletions
|
@ -47,6 +47,7 @@ class Ability
|
|||
|
||||
def registrar
|
||||
can :manage, Invoice
|
||||
can :read, AccountActivity
|
||||
can :view, :registrar_dashboard
|
||||
can :delete, :registrar_poll
|
||||
can :manage, :registrar_xml_console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue