compile error
/Users/jian/ror/shov2/app/views/stories/index.html.erb:13: syntax
error, unexpected kENSURE, expecting ')'
/Users/jian/ror/shov2/app/views/stories/index.html.erb:15: syntax
error, unexpected kEND, expecting ')'
the kEND, i can guess that it is End... so it means End of file but
unexpected, there should be a ')'.
how about the kENSURE ? and... why the "k" attached in front? thanks.
--
Posted via http://www.ruby-forum.com/.
K is for keyword; the keyword ensure. It seems like you have a
ensure..end block without the appropriate "begin".
--
Roderick van Domburg
http://www.nedforce.com
ah, it actually happened with the <%= # some code %>