mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Ability typo fix
This commit is contained in:
parent
9867309467
commit
4764c4ce77
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Ability
|
||||||
|
|
||||||
# EPP
|
# EPP
|
||||||
can(:create, :epp_login) # billing can establis epp connection in order to login
|
can(:create, :epp_login) # billing can establis epp connection in order to login
|
||||||
can(:create, :epp_requests)
|
can(:create, :epp_request)
|
||||||
|
|
||||||
# Epp::Domain
|
# Epp::Domain
|
||||||
can(:info, Epp::Domain) { |d, pw| d.registrar_id == @user.registrar_id || pw.blank? ? true : d.auth_info == pw }
|
can(:info, Epp::Domain) { |d, pw| d.registrar_id == @user.registrar_id || pw.blank? ? true : d.auth_info == pw }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue