instance method
after_initialize
Ruby on Rails 4.2.9
Since v4.2.9 Last seen in v4.2.9Signature
after_initialize()
No documentation comment.
Source
# File activesupport/lib/active_support/logger_thread_safe_level.rb, line 8
def after_initialize
@local_levels = ThreadSafe::Cache.new
end
Defined in activesupport/lib/active_support/logger_thread_safe_level.rb line 8
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LoggerThreadSafeLevel