Guest User

Untitled

a guest
Apr 25th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. def show
  2. #@bars = @city.bars(:order => "map_clicks, rand()").paginate(:page => params[:page], :per_page => $per_page)
  3. @bars = @city.bars.paginate(:page => params[:page], :per_page => 5)
  4. end
Add Comment
Please, Sign In to add comment