源码https://github.com/runup520/cims_one 环境:环境:ubuntu13.04 sqlite3 ruby1.9.3 rails3.2.13 启动语句 rake sunspot:solr:start rale snspot:reindex rails s 在 action 中添加
@jobs = Article.where("tag = '就业信息'").page(params[:page]).per(1)
在 view 中添加
<%=paginate @jobs, :theme => 'twitter-bootstrap' %>
出现这个错误
undefined method `current_page' for #<ActiveRecord::Relation:0x69041c9b2d58>
参考http://stackoverflow.com/questions/11200330/kaminari-rails-pagination-undefined-method-current-page 没有解决
求问各位前辈