module Norseal module Api class Manufacturer include Her::Model include Norseal::Api::Model has_many :products end end end