osem-fcy/spec/factories/ticket_scanning.rb
siddhantbajaj 69e30e7ba9 Improving check-in process
mark user as present for the conference when user's registration ticket for that conference is scanned
2017-09-13 22:47:22 +05:30

5 lines
82 B
Ruby

FactoryGirl.define do
factory :ticket_scanning do
physical_ticket
end
end