summaryrefslogtreecommitdiff
path: root/app/controllers/home_controller.rb
AgeCommit message (Collapse)Author
2013-12-13refactor: remove Overview controller - we can use Users#showAzul
we were only using Users#show to redirect to the edit action. So I replaced that with the overview and we have no more use for the extra controller. This also simplifies linking to the users in question a lot.
2013-07-31added empty 'home' layout and removed debugger from homecontrollerelijah
2013-07-04redirect to overview if authenticatedelijah
2013-02-09configure couchrest session store in initializerAzul
2012-10-11first steps at reducing coreAzul