mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-08 18:49:15 +00:00
5 lines
70 B
Ruby
5 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Payment < ActiveRecord::Base
|
|
end
|