這是使用will_paginate(我知道我在哪裏了?!)我第一次嘗試軌道4 - will_paginate
titles_controller.erb
def index
@titles = Title.active.sorted.paginate(:page => params[:page])
end
index.html.erb
<% will_paginate @titles.each do |title| %>
錯誤:
undefined method `total_pages' for #<Enumerator:0x00000002bacaf0>
WTF am I d錯了嗎?提前致謝。
謝謝 - 我確實讀過文檔,但認爲will_paginate調用位於頂部。現在明白了。 –
嘿,對不起,如果這聽起來粗糙,這不是我的意圖;) – Lucas