Displaying 2 results from an estimated 2 matches for "restaraunt".
2006 Jul 31
9
Multiple Pagination
I have the following:
def index
begin
@restaurant_pages, @restaurants = paginate :restaurants,
:order => (params[
:sort ] || "name"),
:per_page => 2
@cuisines = Cuisine.find_all
rescue
redirect_to :action => :index
end
end
# sort by cuisine
def
2006 Jun 28
9
Portland
Anyone out there in Portland. I''ll be in town this weekend, and was
looking for advice from Rubyists on things to do.
Thanks,
Jake