Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ classes underneath the model they represent.
```ruby
class Status
def entity
Status.new(self)
Entity.new(self)
end

class Entity < Grape::Entity
Expand Down