Sha256: 389f3d07801254cdccfaf6879e943a3d6cf5a3a622f65fea6cf32e3788bd3b28

Contents?: true

Size: 471 Bytes

Versions: 8

Compression:

Stored size: 471 Bytes

Contents

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

one:
  patron_id: 1
  event_id: 1
  position: 1

two:
  patron_id: 2
  event_id: 1
  position: 2

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre12 spec/fixtures/participates.yml
enju_event-0.1.17.pre11 spec/fixtures/participates.yml
enju_event-0.1.17.pre10 spec/fixtures/participates.yml
enju_event-0.1.17.pre9 spec/fixtures/participates.yml
enju_event-0.1.17.pre8 spec/fixtures/participates.yml
enju_event-0.1.17.pre7 spec/fixtures/participates.yml
enju_event-0.1.17.pre6 spec/fixtures/participates.yml
enju_event-0.1.17.pre5 spec/fixtures/participates.yml