跳至内容 跳至搜索
方法
F
M

Attributes

[R] pattern

类公共方法

finder()

# File activerecord/lib/active_record/dynamic_matchers.rb, line 84
def finder
  "find_by"
end

match?(name)

# File activerecord/lib/active_record/dynamic_matchers.rb, line 80
def match?(name)
  pattern.match?(name) && self
end