fix: Current.user nil issue when using access tokens (#2012)

This commit is contained in:
Sojan Jose
2021-03-29 23:26:20 +05:30
committed by GitHub
parent 24fea5fbe0
commit 6bb026621d
5 changed files with 8 additions and 5 deletions

View File

@@ -105,6 +105,7 @@ Rails/UniqueValidationWithoutIndex:
Exclude:
- 'app/models/channel/twitter_profile.rb'
- 'app/models/webhook.rb'
- 'app/models/contact.rb'
Rails/RenderInline:
Exclude:
- 'app/controllers/swagger_controller.rb'