instance method
if_modified_since=
Ruby on Rails 6.0.6
Since v3.0.20Signature
if_modified_since=(last_modified)
No documentation comment.
Parameters
-
last_modifiedreq
Source
# File actionpack/lib/action_dispatch/testing/test_request.rb, line 50
def if_modified_since=(last_modified)
set_header("HTTP_IF_MODIFIED_SINCE", last_modified)
end
Defined in actionpack/lib/action_dispatch/testing/test_request.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::TestRequest