ability to track resources used in conference
This commit is contained in:
parent
945b4aac60
commit
3065766da9
17 changed files with 281 additions and 2 deletions
8
spec/factories/resource.rb
Normal file
8
spec/factories/resource.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FactoryGirl.define do
|
||||
factory :resource do
|
||||
name { 'Resource' }
|
||||
quantity { 10 }
|
||||
used { 5 }
|
||||
conference
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue