instance method
turbo_frame_request_id
Ruby on Rails 1.3.3
Since v1.3.3 Last seen in v2.0.23 PrivateSignature
turbo_frame_request_id()
No documentation comment.
Source
# File app/controllers/turbo/frames/frame_request.rb, line 25
def turbo_frame_request_id
request.headers["Turbo-Frame"]
end
Defined in app/controllers/turbo/frames/frame_request.rb line 25
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo::Frames::FrameRequest