dawarich/app/controllers/home_controller.rb

8 lines
134 B
Ruby
Raw Normal View History

2023-10-21 06:43:31 -04:00
class HomeController < ApplicationController
def index
2023-10-21 07:00:05 -04:00
# if current_user
# redirect_to dashboard_path
# end
2023-10-21 06:43:31 -04:00
end
end