Mercurial > hg > soundsoftware-site
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/plugins/redmine_bibliography/test/fixtures/authorships.yml Tue Mar 29 14:33:32 2011 +0100 @@ -0,0 +1,17 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html +one: + id: 1 + author_id: + publication_id: + name_on_paper: + order: + institution: + email: MyString +two: + id: 2 + author_id: + publication_id: + name_on_paper: + order: + institution: + email: MyString