class Liquid::Tags::Paginate
Pass-through for now before better implementation
Public Class Methods
new(tag_name, markup, tokens)
click to toggle source
Calls superclass method
# File lib/liquid/tags/paginate.rb, line 5 def initialize(tag_name, markup, tokens) super end
Public Instance Methods
render(context)
click to toggle source
Calls superclass method
# File lib/liquid/tags/paginate.rb, line 9 def render(context) super end