app/models/ticket/template.rb in artfully_ose-1.1.0 vs app/models/ticket/template.rb in artfully_ose-1.2.0.alpha.1

- old
+ new

@@ -30,9 +30,10 @@ tickets = [] count.times.collect do t = Ticket.new(attributes) t.organization_id = organization_id t.show_id = show_id + t.set_uuid tickets << t end tickets end end \ No newline at end of file