Sha256: 1206452b01eb71acc983a43966b5d4cee4c62db16c0a659c554227e4f717c008

Contents?: true

Size: 132 Bytes

Versions: 7

Compression:

Stored size: 132 Bytes

Contents

# frozen_string_literal: true

class Matey < ActiveRecord::Base
  belongs_to :pirate
  belongs_to :target, class_name: "Pirate"
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
ibm_db-5.5.1 test/models/matey.rb
ibm_db-5.5.0 test/models/matey.rb
ibm_db-5.4.1 test/models/matey.rb
ibm_db-5.4.0 test/models/matey.rb
ibm_db-5.3.2 test/models/matey.rb
ibm_db-5.3.1 test/models/matey.rb
ruby-on-quails-0.1.0 activerecord/test/models/matey.rb