Sha256: 6e28de8a3119e70ac3d08ca25519029ecd7667afc4c242be7dd197d2fa2cc89b

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  agent_id: 1
  event_id: 1
  position: 1

two:
  agent_id: 2
  event_id: 1
  position: 2

# == Schema Information
#
# Table name: participates
#
#  id         :bigint           not null, primary key
#  agent_id   :bigint           not null
#  event_id   :bigint           not null
#  position   :integer
#  created_at :datetime         not null
#  updated_at :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_event-0.4.0.rc.1 spec/fixtures/participates.yml