dawarich/app/controllers/home_controller.rb
2023-10-21 13:00:05 +02:00

7 lines
134 B
Ruby

class HomeController < ApplicationController
def index
# if current_user
# redirect_to dashboard_path
# end
end
end