In otherform.erb I have
<%= link_to "Back", redirect "/" %>
But then I can't even view the front page when I start my server, even without pressing anything. It gives me syntax error, unexpected keyword_end, expecting ')' ...k_to "Back", do erb :index end ).to_s); @_out_buf.concat "... ... ^
So what's the proper way to control the back button in ruby, in the erb documents?