annotate
This commit is contained in:
parent
539b65b75f
commit
895c523bb9
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
# == Schema Information
|
||||
#
|
||||
# Table name: barcodes
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# product_id :integer
|
||||
# code :string default(""), not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
#
|
||||
|
||||
describe Barcode do
|
||||
before :each do
|
||||
@barcode = create :barcode
|
||||
|
|
Loading…
Reference in a new issue