Method: ActiveSupport::Cache::Store#silence!
- Defined in:
- activesupport/lib/active_support/cache.rb
#silence! ⇒ Object
Silences the logger.
316 317 318 319 |
# File 'activesupport/lib/active_support/cache.rb', line 316 def silence! @silence = true self end |