class MoodsController < ApplicationController def index @mode = Mood.last&.mode || "croisiere" @mood_log = Mood.log || [] end end