module Norseal module Api class Product include Her::Model include Norseal::Api::Model belongs_to :manufacturer end end end