Sha256: 2f8605fcc693e4ab234278671367ad30f7028d4039efbac381947cfcac3910fb

Contents?: true

Size: 171 Bytes

Versions: 8

Compression:

Stored size: 171 Bytes

Contents

class Tyre < ActiveRecord::Base
  belongs_to :car

  def self.custom_find(id)
    find(id)
  end

  def self.custom_find_by(*args)
    find_by(*args)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ibm_db-5.2.0-x86-mingw32 test/models/tyre.rb
ibm_db-5.1.0-x86-mingw32 test/models/tyre.rb
ibm_db-5.0.5-x86-mingw32 test/models/tyre.rb
ibm_db-5.0.4-x86-mingw32 test/models/tyre.rb
ibm_db-5.0.3-x86-mingw32 test/models/tyre.rb
ibm_db-5.0.2-x86-mingw32 test/models/tyre.rb
ibm_db-3.0.5-x86-mingw32 test/models/tyre.rb
ibm_db-3.0.5 test/models/tyre.rb