lib/norseal/api/resources/collection.rb in norseal-api-0.1.4 vs lib/norseal/api/resources/collection.rb in norseal-api-0.1.5

- old
+ new

@@ -1,10 +1,9 @@ module Norseal module Api class Collection include Her::Model include Norseal::Api::Model - has_many :products end end end