Initial
This commit is contained in:
5
app/models/solicitud.rb
Executable file
5
app/models/solicitud.rb
Executable file
@@ -0,0 +1,5 @@
|
||||
class Solicitud < ApplicationRecord
|
||||
belongs_to :contacto_de_preferencia
|
||||
belongs_to :categoria
|
||||
belongs_to :status
|
||||
end
|
||||
Reference in New Issue
Block a user