Class: Rango::Pagination::Strategy
- Inherits:
-
Object
- Object
- Rango::Pagination::Strategy
- Defined in:
- lib/rango/contrib/pagination/strategies.rb
Direct Known Subclasses
Rango::Pagination::Strategies::Default, Rango::Pagination::Strategies::PageNumberOnTheEndOfRoute, Rango::Pagination::Strategies::PageNumberOnTheEndOfRouteExcludeFirstPage
Class Method Summary collapse
Class Method Details
.activate ⇒ Object
8 9 10 11 12 13 |
# File 'lib/rango/contrib/pagination/strategies.rb', line 8 def self.activate Page.register_route_hook(self.new.method(:hook)) #Page.register_route_hook do |request, page| # self.new.hook(request, page) #end end |