rubocop updates

This commit is contained in:
Priit Tark 2015-09-23 12:49:11 +03:00
parent 4a32c7641c
commit a1ff4064b3
2 changed files with 9 additions and 1 deletions

View file

@ -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)