public
Description: Pagination for Radiant with will_paginate
Clone URL: git://github.com/ihoka/radiant-paginate-extension.git
fix: sub-pages in page type Paginate
ihoka (author)
Tue Jul 15 11:26:05 -0700 2008
commit  776d0d4bb63c6808124ae050d4d4c348546171e7
tree    4a0202a9489fd2efd577f2a4e8771d108a181864
parent  7766d2f42e4882c323b933f04802d32b29f41ff8
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@ class PaginatePage < Page
0
 
0
   description %{ Create a page that allows pagination of children. }
0
   
0
- def find_by_url(url, live = true, clean = false)
0
+ def find_by_url(url, live = true, clean = true)
0
     url = clean_url(url) if clean
0
     
0
     if url =~ %r{^#{ self.url }\d+\/}

Comments

    No one has commented yet.