veronicacannon / stylist

Rails App for Alycia the Stylist
4 stars 2 forks source link

StringIO end error? #27

Closed veronicacannon closed 10 years ago

veronicacannon commented 10 years ago

C:/Sites/stylist/Website/app/mailers/appointment_mailer.rb:9: syntax error, unexpected keyword_do_block, expecting keyword_end StringIO.open(create_ics.to_ical) do |ics| ^ C:/Sites/stylist/Website/app/mailers/appointment_mailer.rb:11: syntax error, unexpected '\n', expecting tASSOC C:/Sites/stylist/Website/app/mailers/appointment_mailer.rb:25: syntax error, unexpected keyword_do_block, expecting keyword_end Icalendar::Event.new.tap do |event| ^

I added stylist name, from email and to address to config. I don't see an end missing but I have had a class of wine. I'll be at the dev meeting tomorrow (Monday). Maybe we can talk then.

Seberius commented 10 years ago

Fix in 21527ed, awaiting merge.

veronicacannon commented 10 years ago

Resolved with latest merge.