これは 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私は間違っていますか?前もって感謝します。