Initial
This commit is contained in:
6
app/controllers/contacto_de_preferencia_controller.rb
Executable file
6
app/controllers/contacto_de_preferencia_controller.rb
Executable file
@@ -0,0 +1,6 @@
|
||||
class ContactoDePreferenciaController < ApplicationController
|
||||
def index
|
||||
@contactos_de_preferencia = ContactoDePreferencia.all
|
||||
render :json => @contactos_de_preferencia
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user