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