Method: Ramaze::Helper::Paginate::Paginator#method_missing
- Defined in:
- lib/ramaze/helper/paginate.rb
#method_missing(meth, *args, &block) ⇒ Object
Forward everything to the inner @pager
147 148 149 |
# File 'lib/ramaze/helper/paginate.rb', line 147 def method_missing(meth, *args, &block) @pager.send(meth, *args, &block) end |