class ActiveRecord::DynamicMatchers::FindByBang
Attributes
Public Class Methods
Source
# File lib/active_record/dynamic_matchers.rb, line 96 def match?(name) pattern.match?(name) && self end
# File lib/active_record/dynamic_matchers.rb, line 96 def match?(name) pattern.match?(name) && self end