rubocop update, now it's green

This commit is contained in:
Priit Tamboom 2014-10-10 16:11:28 +03:00
parent 2d6ed7fa45
commit 8d189023c7
29 changed files with 190 additions and 54 deletions

View file

@ -1,5 +1,6 @@
# rubocop: disable Metrics/ClassLength
class EppUser < ActiveRecord::Base
# TODO should have max request limit per day
# TODO: should have max request limit per day
belongs_to :registrar
has_many :contacts
@ -16,3 +17,4 @@ class EppUser < ActiveRecord::Base
username
end
end
# rubocop: enable Metrics/ClassLength