class Pundit::CacheStore::NullStore
@api private
Attributes
instance[R]
Public Instance Methods
fetch(*, **) { || ... }
click to toggle source
# File lib/pundit/cache_store/null_store.rb, line 13 def fetch(*, **) yield end