Class: ActiveRecord::DynamicMatchers::FindByBang
- Includes:
- Finder
- Defined in:
- lib/active_record/dynamic_matchers.rb
Instance Attribute Summary
Attributes inherited from Method
#attribute_names, #model, #name
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Finder
#attributes_hash, #body, #result, #signature
Methods inherited from Method
#body, #define, #initialize, match, pattern, #valid?
Constructor Details
This class inherits a constructor from ActiveRecord::DynamicMatchers::Method
Class Method Details
.prefix ⇒ Object
127 128 129 |
# File 'lib/active_record/dynamic_matchers.rb', line 127 def self.prefix "find_by" end |
.suffix ⇒ Object
131 132 133 |
# File 'lib/active_record/dynamic_matchers.rb', line 131 def self.suffix "!" end |
Instance Method Details
#finder ⇒ Object
135 136 137 |
# File 'lib/active_record/dynamic_matchers.rb', line 135 def finder "find_by!" end |