# File lib/plucky/pagination/paginator.rb, line 25 def previous_page @current_page > 1 ? (@current_page - 1) : nil end