payolapayments/payola

View on GitHub
app/models/payola/stripe_webhook.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Payola
  class StripeWebhook < ActiveRecord::Base
    validates_uniqueness_of :stripe_id
  end
end