Class: ActiveRecord::DynamicMatchers::FindBy
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Method
|
|
Instance Chain:
self,
Method
|
|
Inherits: |
ActiveRecord::DynamicMatchers::Method
|
Defined in: | activerecord/lib/active_record/dynamic_matchers.rb |
Class Attribute Summary
Class Method Summary
Instance Attribute Summary
Method
- Inherited
Instance Method Summary
Method
- Inherited
#define, | |
#attributes_hash | Given that the parameters starts with |
#body, #finder, | |
#signature | The parameters in the signature may have reserved Ruby words, in order to prevent errors, we start each param name with |
Constructor Details
This class inherits a constructor from ActiveRecord::DynamicMatchers::Method
Class Method Details
.prefix
[ GitHub ]# File 'activerecord/lib/active_record/dynamic_matchers.rb', line 96
def self.prefix "find_by" end
Instance Method Details
#finder
[ GitHub ]# File 'activerecord/lib/active_record/dynamic_matchers.rb', line 100
def finder "find_by" end