Class: FastComments::Jekyll::BulkCountTag
- Defined in:
- lib/fastcomments/jekyll/base_tag.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from BaseTag
Instance Method Details
#render_widget(config) ⇒ Object
47 48 49 |
# File 'lib/fastcomments/jekyll/base_tag.rb', line 47 def (config) BulkCountWidget.render(self.class.spec, config) end |