Sha256: cca6aeff199356a24892a5a7864c7c54c647edcf94400dd6255cbfbceac47f96

Contents?: true

Size: 118 Bytes

Versions: 1

Compression:

Stored size: 118 Bytes

Contents

class TeamValue < ActiveRecord::Base
  attr_accessible :team_id, :value_id
  belongs_to :value
  belongs_to :team
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
multiinsert-0.0.1 app/models/team_value.rb