Module: Cell::Erb

Included in:
Trailblazer::Cell
Defined in:
lib/caco.rb

Overview

Erb contains helpers that are messed up in Rails and do escaping.

Instance Method Summary collapse

Instance Method Details

#template_options_for(_options) ⇒ Object



78
79
80
81
82
83
84
85
# File 'lib/caco.rb', line 78

def template_options_for(_options)
  {
    template_class: ::Tilt::ERBTemplate,
    escape_html:    false,
    escape_attrs:   false,
    suffix:         "erb"
  }
end