Class: LatoUsers::ApplicationController

Inherits:
Lato::ApplicationController
  • Object
show all
Defined in:
app/controllers/lato_users/application_controller.rb

Direct Known Subclasses

InvitationsController, UsersController

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/lato_users/application_controller.rb', line 8

def index
  redirect_to lato_users.users_path
end