discourse-subscriptions/app/models/payment.rb

5 lines
70 B
Ruby
Raw Normal View History

2019-09-13 00:34:06 -04:00
# frozen_string_literal: true
class Payment < ActiveRecord::Base
end