709c6685a ^
aab9f57e3 ^
3824c5885 ^
1
2 3
4 5
6
7
8
class HomeController < ApplicationController layout 'dashboard' before_action :authenticate_user! def index end end