mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-07-08 15:22:46 +00:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
module DiscourseSubscriptions
|
||
|
class Product < ActiveRecord::Base
|
||
|
end
|
||
|
end
|