class Tyre
Public Class Methods
custom_find(id)
click to toggle source
# File activerecord/test/models/tyre.rb, line 6 def self.custom_find(id) find(id) end
custom_find_by(*args)
click to toggle source
# File activerecord/test/models/tyre.rb, line 10 def self.custom_find_by(*args) find_by(*args) end