Module: ActiveRecord::Scoping
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
| Defined in: | activerecord/lib/active_record/scoping/named.rb, activerecord/lib/active_record.rb, activerecord/lib/active_record/scoping.rb, activerecord/lib/active_record/scoping/default.rb |
Overview
Active Record Named Scopes
Class Method Summary
::ActiveSupport::Concern - Extended
| class_methods | Define class methods from given block. |
| included | Evaluate given block in context of base class, so that you can write class macros here. |
| prepended | Evaluate given block in context of base class, so that you can write class macros here. |