Improving check-in process

mark user as present for the conference when user's registration ticket for that conference is scanned
This commit is contained in:
siddhantbajaj 2017-08-22 14:57:42 +05:30
parent ca5d139dc2
commit 69e30e7ba9
5 changed files with 49 additions and 2 deletions

View file

@ -0,0 +1,5 @@
FactoryGirl.define do
factory :ticket_scanning do
physical_ticket
end
end