view: <%= paginate(@user) %>
controller: @user = User.order(:name).page params[:page]
其他没有了。在 controller 里面 puts 或者 render @user.to_json是能够看到正确结果的。