module Norseal module Api class Product include Her::Model include Norseal::Api::Model collection_path "collections/:collection_id/products" has_many :questions end end end