7 lines
108 B
Ruby

# frozen_string_literal: true
module DiscourseSubscriptions
class Product < ActiveRecord::Base
end
end