instance method
if_modified_since=
Ruby on Rails 5.0.7.2
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 48
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 48
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::TestRequest