Posts by coblestonebailedejanela • 11 points
2 posts
-
1
votes1
answer112
viewsQ: Nested Resources Rails
I created two models in the Rails application, and made their relationship through the declaration in the classes and in the bank as well. I added the configuration to enable nested Resources in the…
-
0
votes1
answer47
viewsQ: Doubt about creating "repeated" methods in Rails
Person, I started to use Rails a little while ago and I have a question of how to improve the code below: I have a model called User that has an attribute called Role for permissions. However, to be…