class MoodsController < ApplicationController
def index
@mode = Current.user.current_mood
@history = Current.user.history
end