disable the delegate cop

This commit is contained in:
http://jneen.net/ 2017-08-01 13:18:51 -07:00
parent 4dfda5f266
commit 1ccdd99fbd
1 changed files with 1 additions and 0 deletions

View File

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