Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Apr 4, 2016
1 parent 51f3828 commit 141c47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ class OrdersTransformer implements JsonApiMapping
{
return [
'self' => ['name' => 'orders.show', 'as_id' => 'id'],
'employee' => ['name' => 'employees.get', 'as_id' => 'employee_id'],
'employee' => ['name' => 'employees.show', 'as_id' => 'employee_id'],
];
}
/**
Expand Down

0 comments on commit 141c47d

Please sign in to comment.