Skip to content

Commit

Permalink
Remove calls to nonexistent methods. Specs not passing yet. [#19]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Oct 13, 2009
1 parent aea91a3 commit f81d4c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/application_controller.rb
Expand Up @@ -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
Expand Down

0 comments on commit f81d4c8

Please sign in to comment.