Mercurial > hg > soundsoftware-site
comparison vendor/plugins/redmine_bibliography/test/fixtures/authorships.yml @ 328:aed18b463206 feature_36
Created the "author", "publication" and "authorship" models and controllers.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 29 Mar 2011 14:33:32 +0100 |
parents | |
children | b601a9e472f3 |
comparison
equal
deleted
inserted
replaced
298:a41158bde9e0 | 328:aed18b463206 |
---|---|
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | |
2 one: | |
3 id: 1 | |
4 author_id: | |
5 publication_id: | |
6 name_on_paper: | |
7 order: | |
8 institution: | |
9 email: MyString | |
10 two: | |
11 id: 2 | |
12 author_id: | |
13 publication_id: | |
14 name_on_paper: | |
15 order: | |
16 institution: | |
17 email: MyString |