1
0
mirror of synced 2026-08-03 05:37:04 +00:00
Files
2020-07-06 11:11:04 -05:00

7 lines
108 B
Ruby

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