Class: Brightcontent::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/brightcontent/application_controller.rb

Direct Known Subclasses

BaseController, SessionsController

Instance Method Summary collapse

Instance Method Details

#indexObject



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

def index
  redirect_to root_path + user_resources.first.path
end