We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d491242 commit bf2cf7bCopy full SHA for bf2cf7b
README.md
@@ -212,7 +212,7 @@ on the object the entity wraps.
212
class ExampleEntity < Grape::Entity
213
expose :attr_not_on_wrapped_object
214
# ...
215
-private
+ private
216
217
def attr_not_on_wrapped_object
218
42
@@ -226,7 +226,7 @@ You have always access to the presented instance with `object`
226
227
expose :formatted_value
228
229
230
231
def formatted_value
232
"+ X #{object.value}"
0 commit comments