Module: Rooler::ApplicationHelper
- Included in:
- DeliveryMailer
- Defined in:
- app/helpers/rooler/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#liquidize(content, arguments) ⇒ Object
4 5 6 |
# File 'app/helpers/rooler/application_helper.rb', line 4 def liquidize(content, arguments) Liquid::Template.parse(content).render(arguments, :filters => [Rooler::LiquidFilters]).html_safe end |