5 lines
93 B
Ruby
5 lines
93 B
Ruby
class MoodsController < ApplicationController
|
|
def index
|
|
@user = Current.user
|
|
end
|
|
end
|