instance method
render_format
Ruby on Rails 1.4.0
Since v1.3.3 Last seen in v2.0.23 PrivateSignature
render_format(format, **rendering)
No documentation comment.
Parameters
-
formatreq -
renderingkeyrest
Source
# File app/channels/turbo/streams/broadcasts.rb, line 85
def render_format(format, **rendering)
ApplicationController.render(formats: [ format ], **rendering)
end
Defined in app/channels/turbo/streams/broadcasts.rb line 85
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::Streams::Broadcasts