dependency update

This commit is contained in:
2016-06-01 14:18:10 +02:00
parent e69b783eb0
commit 36178526e3
20 changed files with 258 additions and 243 deletions
+9
View File
@@ -0,0 +1,9 @@
class ProductLabel
include SimplyStored::Couch
include ActiveModel::SerializerSupport
property :name
belongs_to :supplier
has_and_belongs_to_many :products, storing_keys: false
end