instance method
silence!
Ruby on Rails 3.2.22.5
Since v2.2.3Signature
silence!()
Silence the logger.
Source
# File activesupport/lib/active_support/cache.rb, line 157
def silence!
@silence = true
self
end
Defined in activesupport/lib/active_support/cache.rb line 157
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store