mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
class ReportRenderingOptions < ApplicationRecord
|
|
belongs_to :user, class_name: "Spree::User"
|
|
serialize :options, Hash
|
|
end
|