method

last_modified=

last_modified=(utc_time)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/cache.rb, line 59
        def last_modified=(utc_time)
          headers[LAST_MODIFIED] = utc_time.httpdate
        end