Commit 6f693a91f67bb5f9dd504c5b575fbb6d3e9b4027

Authored by LeandroNunes
1 parent 8a135a7b

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 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 10 # say something nice, you goof! something sweet.
4 11 def index
5 12 unless logged_in?
... ...