instance method render_format

Ruby on Rails 1.3.3

Since v1.3.3 Last seen in v2.0.23 Private

Available in: v1.3.3 v1.4.0 v1.5.0 v2.0.23

Signature

render_format(format, **rendering)

No documentation comment.

Parameters

format req
rendering keyrest
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close