Method: ActionView::Base#skip_wrap

Defined in:
lib/template_wrapper/mixin.rb

#skip_wrap(path, type = :blank) ⇒ Object

Do not wrap this template



4
5
6
# File 'lib/template_wrapper/mixin.rb', line 4

def skip_wrap(path, type=:blank)
  TemplateWrapper::skip_wrap(path, type)
end