What's wrong with this rails syntax? -


well, hate using syntax checker, life of me cannot figure out why thi error

where line #8 raised: unexpected $end, expecting keyword_end 

here offending code:

5:   <%= f.input :allele2 %> 6:   <%= f.input :run_date %> 7:  8:   <%=f.association :gmarkers, :collection => gmarker.all(:order => 'marker'), :prompt => "choose marker", :label => "marker" %> 9:    

i'm using simpleform gem, , not familiar yet (obviously!)

tia, --rick

you're missing <% end %> after last line there, line 8.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -