method
match?
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::DynamicMatchers::FindByBang
match?(name)public
No documentation available.
# File activerecord/lib/active_record/dynamic_matchers.rb, line 96
def match?(name)
pattern.match?(name) && self
end