81e814adfa
1 2 3 4 5 6 7 8 9
module ActionView #:nodoc: class TextTemplate < String #:nodoc: def render(*) self end def exempt_from_layout?() false end end end