export feature for tracks and booths are done

This commit is contained in:
Your Name 2017-10-09 17:46:39 +05:30 committed by Stella Rouzi
parent be1992a03a
commit e99287d18a
22 changed files with 418 additions and 3 deletions

View file

@ -0,0 +1,5 @@
if @booth_export_option == 'confirmed'
render 'confirmed_booths'
elsif @booth_export_option == 'all'
render 'all_booths'
end