Commit 6f693a91f67bb5f9dd504c5b575fbb6d3e9b4027
1 parent
8a135a7b
Exists in
master
and in
29 other branches
ActionItem85: test
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@775 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
app/controllers/public/account_controller.rb
1 | class AccountController < PublicController | 1 | class AccountController < PublicController |
2 | 2 | ||
3 | + design :holder => 'environment' | ||
4 | + | ||
5 | +before_filter :bli | ||
6 | + def bli | ||
7 | +@environment = Environment.default | ||
8 | + end | ||
9 | + | ||
3 | # say something nice, you goof! something sweet. | 10 | # say something nice, you goof! something sweet. |
4 | def index | 11 | def index |
5 | unless logged_in? | 12 | unless logged_in? |