foxnewsnetwork / American-Lit-315

1 stars 1 forks source link

Upon login, redirect to index page of the logged in users #50

Closed SpinnakerSix closed 12 years ago

SpinnakerSix commented 12 years ago

whether you are a publisher/platform or a company, upon login, we should redirect you to your platform index page or company's index page instead of the empty empty home index page. Conversely, if you want to get back to the home(page) index page, you should use the top Home button.

trevor-umeda commented 12 years ago

Done, simple so i'm just closing it myself. Like a grown man

SpinnakerSix commented 12 years ago

what a boss

SpinnakerSix commented 12 years ago

Trevor manipulated this in the config/routes.rb

devise_for :companies, :controllers => {:registrations => "registrations"} do get 'companies', :to => "companies#show", :as => :company_root end