app.kluk.fr/app/controllers/moods_controller.rb
Christophe Robillard cbe73af9bf
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
handle public dashboards
2026-02-20 10:30:12 +01:00

6 lines
142 B
Ruby

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