Sha256: 3160918b2379ae89945cc4dd8a719b6eda5580ec898929359356714ef4add7f4

Contents?: true

Size: 604 Bytes

Versions: 9

Compression:

Stored size: 604 Bytes

Contents

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

one:
  subject_id: 1
  subject_type: Manifestation
  subject_heading_type_id: 1

two:
  subject_id: 2
  subject_type: Manifestation
  subject_heading_type_id: 1

# == Schema Information
#
# Table name: subject_heading_type_has_subjects
#
#  id                      :integer          not null, primary key
#  subject_id              :integer          not null
#  subject_type            :string(255)
#  subject_heading_type_id :integer          not null
#  created_at              :datetime
#  updated_at              :datetime
#

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_subject-0.1.0.pre12 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre11 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre10 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre9 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre8 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre7 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre6 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre5 spec/fixtures/subject_heading_type_has_subjects.yml
enju_subject-0.1.0.pre4 spec/fixtures/subject_heading_type_has_subjects.yml