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