Initial
This commit is contained in:
5
app/controllers/categoria_controller.rb
Executable file
5
app/controllers/categoria_controller.rb
Executable file
@@ -0,0 +1,5 @@
|
||||
class CategoriaController < ApplicationController
|
||||
def index
|
||||
render json: Categoria.all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user