Always use plural for linked types

Although spec is agnostic about inflection rules, examples given are plural
This commit is contained in:
Mateo Murphy
2015-03-20 14:17:03 -04:00
parent 0f55f21266
commit d82c599c68
9 changed files with 51 additions and 51 deletions

View File

@@ -111,13 +111,13 @@ module ActionController
"id" => "1",
"name" => "admin",
"links" => {
"author" => { "linkage" => { "type" =>"author", "id" => "1" } }
"author" => { "linkage" => { "type" =>"authors", "id" => "1" } }
}
}, {
"id" => "2",
"name" => "colab",
"links" => {
"author" => { "linkage" => { "type" =>"author", "id" => "1" } }
"author" => { "linkage" => { "type" =>"authors", "id" => "1" } }
}
}]
}