initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Supplier
|
||||
include SimplyStored::Couch
|
||||
|
||||
property :name
|
||||
has_many :lists
|
||||
has_many :orders, through: :lists
|
||||
has_many :products
|
||||
has_many :product_categories
|
||||
has_many :tables
|
||||
end
|
||||
Reference in New Issue
Block a user