Class: Mongoid::Deprecation
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
ActiveSupport::Deprecation
|
|
|
Instance Chain:
self,
ActiveSupport::Deprecation
|
|
| Inherits: |
ActiveSupport::Deprecation
|
| Defined in: | lib/mongoid/deprecation.rb |
Overview
Utility class for logging deprecation warnings.
Class Method Summary
- .new ⇒ Deprecation constructor
Instance Method Summary
-
#behavior ⇒ Array<Proc>
Overrides default ActiveSupport::Deprecation behavior to use Mongoid’s logger.
Constructor Details
.new ⇒ Deprecation
Instance Method Details
#behavior ⇒ Array<Proc>
Overrides default ActiveSupport::Deprecation behavior to use Mongoid’s logger.