1
0
mirror of synced 2026-08-04 14:16:55 +00:00
Files

7 lines
108 B
Ruby
Raw Permalink Normal View History

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