Rubocop autocorrect

This commit is contained in:
Martin Lensment 2014-08-25 14:14:25 +03:00
parent f8c48a7456
commit 6c5c0b38c8
59 changed files with 533 additions and 546 deletions

View file

@ -1,5 +1,5 @@
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
end