def logout
  User.logout!(session)
  flash[:notice] = "Wylogowano"
  redirect_to :action => "index", :controller => "site"
end

