3
滑軌3.2.8 IM: 未定義的方法`CURRENT_PAGE' 爲#未定義的方法`CURRENT_PAGE '爲#<陣列:0x007fd5ef6dd158>使用雷做分頁,但一直收到錯誤雷
在posts_controller.rb
def index
@posts = Post.order(:created_at).page(params[:page])
end
在
views/posts/index.html.erb
<%= paginate @posts %>
可能是什麼問題
?
這並不能解釋爲什麼使用gem的官方方法不起作用。 – Kevin