Skip to content

Commit

Permalink
Merge pull request #303 from yeonhoyoon/patch-1
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
dblock committed Jun 15, 2018
2 parents 0e04aa5 + 7906ec1 commit fb61de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -265,7 +265,7 @@ class User < Grape::Entity
expose :name
end

class Employee < UserData
class Employee < User
expose :name, as: :employee_name, override: true
end
```
Expand Down

0 comments on commit fb61de2

Please sign in to comment.