Flowdock
fragment_cache_key(name) 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_controller/caching.rb, line 268
      def fragment_cache_key(name)
        name.is_a?(Hash) ? url_for(name).split("://").last : name
      end
Register or log in to add new notes.