Class: Gaku::HomeController

Inherits:
GakuController show all
Defined in:
app/controllers/gaku/home_controller.rb

Instance Method Summary collapse

Methods inherited from GakuController

#resolve_layout

Instance Method Details

#indexObject



7
8
9
# File 'app/controllers/gaku/home_controller.rb', line 7

def index
  redirect_to new_user_session_path unless user_signed_in?
end