module Norseal module Api class Question include Her::Model include Norseal::Api::Model belongs_to :product end end end