Posts by Eduardo • 33 points
3 posts
-
0
votes1
answer18
viewsQ: Validates uniqueness with one exception
Good morning, I am a beginner in Rails and I have the following problem: I need to do a validation on my model where the content needs to be unique except when it is '000000'. I’ve tried to use:…
-
2
votes1
answer23
viewsQ: How to nest a route
Good afternoon, I have a service order and need to generate a report through it, this report needs to receive the service order number to save in the order_id column. I’m trying to make a nested…
-
1
votes1
answer24
viewsQ: I have this error in form_for Undefined method equipment_index_path
I’m trying to make a form_for to register an equipment, but whenever it goes to the view to create the equipment get error. Model of Equipment: class Equipment < ApplicationRecord validates…