@@ -66,7 +66,7 @@ expose :user_name, :ip
66
66
The field lookup takes several steps
67
67
68
68
* first try ` entity-instance.exposure `
69
- * next try ` object.exposure `
69
+ * next try ` object.exposure `
70
70
* next try ` object.fetch(exposure) `
71
71
* last raise an Exception
72
72
@@ -133,10 +133,10 @@ class.
133
133
As example:
134
134
135
135
``` ruby
136
-
136
+
137
137
present_collection true , :collection_name # `collection_name` is optional and defaults to `items`
138
138
expose :collection_name , using: API: Items
139
-
139
+
140
140
141
141
```
142
142
@@ -346,18 +346,13 @@ Also see [Grape Entity Matchers](https://github.com/agileanimal/grape-entity-mat
346
346
347
347
## Contributing
348
348
349
- 1 . Fork the project
350
- 2 . Create your feature branch (` git checkout -b my-new-feature ` )
351
- 3 . Write tests. Make changes. Run ` rubocop ` .
352
- 3 . Commit your changes (` git commit -am 'Add some feature' ` )
353
- 4 . Push to the branch (` git push origin my-new-feature ` )
354
- 5 . Create a new pull request
349
+ See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
355
350
356
351
## License
357
352
358
- MIT License. See LICENSE for details.
353
+ MIT License. See [ LICENSE] ( LICENSE ) for details.
359
354
360
355
## Copyright
361
356
362
- Copyright (c) 2010-2013 Michael Bleigh, Intridea, Inc., and contributors.
357
+ Copyright (c) 2010-2014 Michael Bleigh, Intridea, Inc., and contributors.
363
358
0 commit comments