remove two useless lines of code

This commit is contained in:
livefromthemoon@gmail.com 2010-10-28 17:38:45 +02:00
parent b7a586b1a5
commit c4d8f4e587
3 changed files with 1 additions and 4 deletions

View file

@ -3,8 +3,6 @@
# the COPYRIGHT file.
class ApplicationController < ActionController::Base
include LanguageHelper
protect_from_forgery :except => :receive
before_filter :set_friends_and_status, :except => [:create, :update]

View file

@ -19,7 +19,6 @@ class User
include MongoMapper::Document
include Diaspora::UserModules
include Encryptor::Private
include LanguageHelper
plugin MongoMapper::Devise