instance method
if_modified_since=
Ruby on Rails 4.1.16
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 45
def if_modified_since=(last_modified)
@env['HTTP_IF_MODIFIED_SINCE'] = last_modified
end
Defined in actionpack/lib/action_dispatch/testing/test_request.rb line 45
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::TestRequest