rubocop: annotate exceptions

This commit is contained in:
Rishabh Saxena 2016-11-20 14:21:01 +05:30
parent b1826a1abc
commit e0d5b461b3
No known key found for this signature in database
GPG key ID: FA3BDC38A9CB6807
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,4 @@
# rubocop:disable Metrics/ClassLength
##
# This class represents a conference
class Conference < ActiveRecord::Base
@ -1063,3 +1064,4 @@ class Conference < ActiveRecord::Base
result
end
end
# rubocop:enable Metrics/ClassLength