Sha256: 8a953142a3e2f5e33ded4f88b6078936387f9e8f1160657635b5465206136121
Contents?: true
Size: 362 Bytes
Versions: 153
Compression:
Stored size: 362 Bytes
Contents
class Integrations::StripeInstallation < ApplicationRecord include Integrations::StripeInstallations::Base def process_webhook(webhook) raise "You should implement a `Integrations::StripeInstallation` model in your application that has `include Integrations::StripeInstallations::Base` and implements a `def process_webhook(webhook)` method." end end
Version data entries
153 entries across 153 versions & 1 rubygems