1
0
Fork 0
forked from gitea/nas
nas/app/controllers/home_controller.rb

8 lines
126 B
Ruby

class HomeController < ApplicationController
layout 'dashboard'
before_action :authenticate_user!
def index
end
end