Commit 2b065b7def09e55179e90db8de24c6d182db5546

Authored by AntonioTerceiro
1 parent 121c956e

ActionItem114: still removing workarounds



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@838 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/controllers/public/home_controller.rb
1 1 class HomeController < PublicController
2 2  
3 3 design :holder => 'environment'
  4 +
4 5 def index
5   - redirect_to homepage_path(:profile => 'noosfero') if Profile.find_by_identifier('noosfero')
6 6 end
  7 +
7 8 end
... ...