Commit 2b065b7def09e55179e90db8de24c6d182db5546
1 parent
121c956e
Exists in
master
and in
28 other branches
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 | class HomeController < PublicController | 1 | class HomeController < PublicController |
2 | 2 | ||
3 | design :holder => 'environment' | 3 | design :holder => 'environment' |
4 | + | ||
4 | def index | 5 | def index |
5 | - redirect_to homepage_path(:profile => 'noosfero') if Profile.find_by_identifier('noosfero') | ||
6 | end | 6 | end |
7 | + | ||
7 | end | 8 | end |