[Rails] Re: Paginator Question

2010-03-17 Thread Loganathan Ganesan
Newb Newb wrote: > Loganathan Ganesan wrote: >> Newb Newb wrote: >>> Hi i using rails paginator class in my application like below >>> >>> @log_pages = Paginator.new(self, @logs.length, items_per_page, page) >>> >>> i would like to know how can check whether the current page is last >>> page or

[Rails] Re: Paginator Question

2010-03-17 Thread Newb Newb
Loganathan Ganesan wrote: > Newb Newb wrote: >> Hi i using rails paginator class in my application like below >> >> @log_pages = Paginator.new(self, @logs.length, items_per_page, page) >> >> i would like to know how can check whether the current page is last >> page or not? >> >> Thank u for a

[Rails] Re: Paginator Question

2010-03-17 Thread Loganathan Ganesan
Newb Newb wrote: > Hi i using rails paginator class in my application like below > > @log_pages = Paginator.new(self, @logs.length, items_per_page, page) > > i would like to know how can check whether the current page is last > page or not? > > Thank u for any information It would be useful i