From f81d4c884c792746ed9505f911a0cb9a54ec9268 Mon Sep 17 00:00:00 2001 From: Marnen Laibow-Koser Date: Mon, 12 Oct 2009 19:15:04 -0400 Subject: [PATCH] Remove calls to nonexistent methods. Specs not passing yet. [#19] --- app/controllers/application_controller.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index b3ec53f7..da14f1ca 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -5,10 +5,6 @@ class ApplicationController < ActionController::Base before_filter :set_gettext_locale - # see http://www.ruby-forum.com/topic/51782 - before_filter :login_from_cookie - before_filter :set_current_user - ActionView::Helpers::TextHelper::BlueCloth = RDiscount helper :all # include all helpers, all the time