rails / actionpack-action_caching

Action caching for Action Pack (removed from core in Rails 4.0)
MIT License
262 stars 96 forks source link

Add a note to clarify placement of `before_action` #63

Open rywall opened 5 years ago

rywall commented 5 years ago

before_action filters placed after the caches_action directive (or in a subclass) will not run when serving from the cache.