Nuevo plugin Redmine Glossary 0.9.2
This commit is contained in:
parent
5d298a7529
commit
693eb3ee50
72 changed files with 2962 additions and 0 deletions
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
Executable file
25
plugins/redmine_glossary/test/fixtures/terms.yml
vendored
Executable file
|
@ -0,0 +1,25 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
one:
|
||||
id: 1
|
||||
project_id:
|
||||
category_id:
|
||||
author_id:
|
||||
updater_id:
|
||||
name:
|
||||
name_en:
|
||||
codename:
|
||||
description:
|
||||
created_on:
|
||||
updated_on: 2010-12-13 21:25:16
|
||||
two:
|
||||
id: 2
|
||||
project_id:
|
||||
category_id:
|
||||
author_id:
|
||||
updater_id:
|
||||
name:
|
||||
name_en:
|
||||
codename:
|
||||
description:
|
||||
created_on:
|
||||
updated_on: 2010-12-13 21:25:16
|
Loading…
Add table
Add a link
Reference in a new issue