class DashboardController < ApplicationController # before_action :authenticate_user! def index render json: {msg: 'Hi Tuxué'} end end