Method: Liquify.render

Defined in:
lib/liquify.rb

.render(template) ⇒ Object



85
86
87
88
# File 'lib/liquify.rb', line 85

def render(template)
  warn 'DEPRECATED: render has been replaced with invoke'
  invoke(template)
end