0
我使用超薄我的意見,並有該輸入結束:苗條 - 意外keyword_ensure,期待
/ = render 'alphabet'
div class="house-list" data-pjax-container="true"
- @houses.each do |house|
= link_to house_path(house)
.picture
= image_tag "http://mylink.com/150/#{house.name.to_s.parameterize}-#{house.location_1.to_s.parameterize}.jpg"
.info
h4 = house.name
p = house.location_1
現在,這是造成問題的link_to行,如果我替換成純div
它都很好,但使用link_to原因:
syntax error, unexpected keyword_ensure, expecting end-of-input
任何想法是什麼錯?
完美,我需要等號,但在結尾加上了「做」關鍵字。謝謝!當它讓我接受答案時 – rctneil
不客氣@rctneil。請記住,這個'do&block'也適用於'image_tag','button_to'等等;-) – MrYoshiji