You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Model
include Mongoid::Document
include Mongoid::Attributes::Dynamic
include Elasticsearch::Model
def as_indexed_json(_options = {})
as_json(only: %w[id name product_id product_variant_id])
end
end