mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
rubocop updates
This commit is contained in:
parent
4a32c7641c
commit
a1ff4064b3
2 changed files with 9 additions and 1 deletions
|
@ -133,6 +133,7 @@ class Epp::Contact < Contact
|
|||
}
|
||||
end
|
||||
|
||||
# rubocop:disable Metrics/AbcSize
|
||||
def update_attributes(frame)
|
||||
return super if frame.blank?
|
||||
at = {}.with_indifferent_access
|
||||
|
@ -161,6 +162,7 @@ class Epp::Contact < Contact
|
|||
|
||||
super(at)
|
||||
end
|
||||
# rubocop:enable Metrics/AbcSize
|
||||
|
||||
def statuses_attrs(frame, action)
|
||||
status_list = status_list_from(frame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue