Posts by Marcelo Toledo • 26 points
2 posts
-
0
votes3
answers132
viewsA: Read private method - Ruby
Renan, I understand that any car type object has access to the private method that has been set, since Car is inheriting from the Car class. You can better understand the concept by reading here in…
rubyanswered Marcelo Toledo 26 -
1
votes1
answer36
viewsA: Graphql + Rails 5: update
Friend, the error is not because you are passing id, Description and status in the parameters as a hash and not as a symbol. Where: Hash you have { key: value }. In your method, maybe just change…