Module: Findit::Cache
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/findit/cache.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#without_cache ⇒ Object
82 83 84 85 |
# File 'lib/findit/cache.rb', line 82 def without_cache @cache = false self end |