lib/norseal/api/resources/manufacturer.rb in norseal-api-0.1.4 vs lib/norseal/api/resources/manufacturer.rb in norseal-api-0.1.5
- old
+ new
@@ -1,10 +1,9 @@
module Norseal
module Api
class Manufacturer
include Her::Model
include Norseal::Api::Model
-
- has_many :products
+ has_many :products
end
end
end