Guest User

Untitled

a guest
Jun 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. require 'will_paginate'
  2.  
  3. # will_paginate custom label
  4. WillPaginate::ViewHelpers.pagination_options[:previous_label] = '« 上一页'
  5. WillPaginate::ViewHelpers.pagination_options[:next_label] = '下一页 »'
Add Comment
Please, Sign In to add comment