Skip to content

Commit 7df1073

Browse files
author
David Castillo
committed
Namespaces refactor patch
Fixed a line I missed from my previous PR, refactoring namespaces. Sorry for the trouble.
1 parent f4202b9 commit 7df1073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ As example:
148148
```ruby
149149

150150
present_collection true, :collection_name # `collection_name` is optional and defaults to `items`
151-
expose :collection_name, using: API::Items
151+
expose :collection_name, using: API::Entities::Items
152152

153153

154154
```

0 commit comments

Comments
 (0)