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