Implements registrations over time chart
This commit is contained in:
parent
c3d3440745
commit
70c7f78024
11 changed files with 355 additions and 47 deletions
8
spec/factories/registration.rb
Normal file
8
spec/factories/registration.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Read about factories at https://github.com/thoughtbot/factory_girl
|
||||
|
||||
FactoryGirl.define do
|
||||
factory :registration do
|
||||
person
|
||||
conference
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue