Skip to content

Instantly share code, notes, and snippets.

@rchasman
Created June 18, 2018 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rchasman/6840f15f307dc57b2b1e7d4a2e4781e9 to your computer and use it in GitHub Desktop.
Save rchasman/6840f15f307dc57b2b1e7d4a2e4781e9 to your computer and use it in GitHub Desktop.
class PracticePantherIntegrationService < IntegrationService
def oauth_klass
PracticePantherOauthService
end
def deauthorize!
@integration.destroy!
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment