module Norseal module Api class Attribute include Her::Model include Norseal::Api::Model collection_path 'products/:id/attributes' # has_many :questions belongs_to :product end end end