Flowdock
not_modified?(modified_at) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/cache.rb, line 21
        def not_modified?(modified_at)
          if_modified_since && modified_at && if_modified_since >= modified_at
        end
Register or log in to add new notes.