dependency update
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user