1
0
MSU-Course-Alerter/app/views/alerts/show.xml.builder

4 lines
104 B
Ruby

xml.instruct!
xml.Response do
xml.Say @alert.course_name + ' is now available.', :voice => 'woman'
end