samedi 19 avril 2014

syntax error, unexpected keyword_end ');@output_buffer.append= ( end );@output_buffer.to_s


Vote count:

0




now ,this is _search_box.html.erb



<%= form_tag({:action => "search"}, {:method => "get"}) %>
<%= text_field_tag :q %>
<%= submit_tag "Buscarse" %>
<%= end %>


and this is search.thml.erb



<% render :partial => "search_box" %>
<% if @boxes %>
<p>Your search "<%= params[:q] %>" produced
<%= pluralize @boxes.size, "result" %>:</p>
<%= render(:partial => "boxes") %>
<% end %>


and this is what i get



syntax error, unexpected keyword_end
');@output_buffer.append= ( end );@output_buffer.to_s


asked 28 secs ago






Aucun commentaire:

Enregistrer un commentaire