instance method
call
Ruby on Rails 5.1.7
Since v4.0.13 Last seen in v8.1.3.1Signature
call(template)
No documentation comment.
Parameters
-
templatereq
Source
# File actionview/lib/action_view/template/handlers/raw.rb, line 4
def call(template)
"#{template.source.inspect}.html_safe;"
end
Defined in actionview/lib/action_view/template/handlers/raw.rb line 4
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template::Handlers::Raw