Posts by guilherme aroxa • 15 points
2 posts
-
1
votes1
answer89
viewsQ: Inheritance in Rails
I’m starting in the area, I have the following scenario in my back end done in Rails: I want to implement a parent class: Equipment: PK ID Brand ... And some child classes Printer: ID_EQUIPAMENTO PK…
-
0
votes1
answer84
viewsQ: Ruby on Rails Routes
Guys I’m starting at Ruby on Rails and I had a problem with the calls nested Routes: class Maquina < ApplicationRecord has_many :verificacaos accepts_nested_attributes_for :verificacaos end class…