Add shunter gem support & tests

This commit is contained in:
Alex Sherman 2021-06-18 17:46:17 +05:00 committed by olegphenomenon
parent 4db0ab558f
commit 83413213d9
5 changed files with 79 additions and 5 deletions

View file

@ -134,11 +134,6 @@ module Epp
private
def throttled_user
authorize!(:throttled_user, @domain) unless current_user
current_user
end
def validate_info
@prefix = 'info > info >'
requires('name')