Files
timeoverflow/app/controllers/home_controller.rb
enricostano dbecd5f61c Fix tabs
2017-02-15 12:53:24 +01:00

6 lines
106 B
Ruby

class HomeController < ApplicationController
def index
redirect_to :users if current_user
end
end