Method: ActiveSupport::Cache::Store#silence!
- Defined in:
- lib/active_support/cache.rb
#silence! ⇒ Object
Silences the logger.
324 325 326 327 |
# File 'lib/active_support/cache.rb', line 324 def silence! @silence = true self end |
Silences the logger.
324 325 326 327 |
# File 'lib/active_support/cache.rb', line 324 def silence! @silence = true self end |