class Tumblargh::Renderer::Blocks::Post
Base
post type
Public Instance Methods
should_render?()
click to toggle source
# File lib/tumblargh/renderer/blocks.rb, line 41 def should_render? self.class.name.demodulize.downcase == context.type end