disable the delegate cop

This commit is contained in:
http://jneen.net/ 2017-08-01 13:18:51 -07:00
parent 4dfda5f266
commit 1ccdd99fbd

View file

@ -44,6 +44,7 @@ module NotificationRecipientService
raise 'abstract'
end
# rubocop:disable Rails/Delegate
def project
target.project
end