Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class PracticePantherIntegrationService < IntegrationService
  2. def oauth_klass
  3. PracticePantherOauthService
  4. end
  5.  
  6. def deauthorize!
  7. @integration.destroy!
  8. end
  9. end
Add Comment
Please, Sign In to add comment