1
0
mirror of synced 2026-08-03 13:46:54 +00:00
Files

8 lines
138 B
Ruby
Raw Permalink Normal View History

2020-05-22 11:20:05 -05:00
# frozen_string_literal: true
module DiscourseSubscriptions
class Subscription < ActiveRecord::Base
belongs_to :customer
end
end