class MoodsController < ApplicationController def index @mode = current_user.moods.last&.mode || "croisiere" @history = current_user.history end end