Packages controller added
This commit is contained in:
parent
f28c637d10
commit
c2a695aec0
15 changed files with 110 additions and 1 deletions
23
test/fixtures/packages.yml
vendored
Normal file
23
test/fixtures/packages.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
name: MyText
|
||||
description: MyString
|
||||
long_description: MyString
|
||||
section: MyString
|
||||
maintainer: MyString
|
||||
maintainer_email: MyString
|
||||
homepage: MyString
|
||||
version: MyString
|
||||
origin: MyString
|
||||
|
||||
two:
|
||||
name: MyText
|
||||
description: MyString
|
||||
long_description: MyString
|
||||
section: MyString
|
||||
maintainer: MyString
|
||||
maintainer_email: MyString
|
||||
homepage: MyString
|
||||
version: MyString
|
||||
origin: MyString
|
||||
Loading…
Add table
Add a link
Reference in a new issue