app.kluk.fr/app/controllers/moods_controller.rb
Christophe Robillard 939668c4fb
Some checks failed
CI / lint (push) Has been cancelled
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / test (push) Has been cancelled
guess moods according to user pref
2026-02-27 15:51:21 +01:00

5 lines
93 B
Ruby

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