6 lines
129 B
Text
6 lines
129 B
Text
|
|
if @booth_export_option == 'confirmed'
|
||
|
|
render 'confirmed_booths'
|
||
|
|
elsif @booth_export_option == 'all'
|
||
|
|
render 'all_booths'
|
||
|
|
end
|