Sha256: 6146b6d65dc8a2b367e940ac92ffcf5bcf83f6e3aee49f9d768281ab1504ae0c

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

class Developer < ActiveRecord::Base
  include ActiveRecord::Extensions::FindToCSV

  has_many :addresses
  has_many :languages
  belongs_to :team
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jorahood-ar-extensions-0.9.2.3 tests/models/developer.rb