From 8c8eb02316a1b49daa76a3ae7d8e4be56650b4bf Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 15 Sep 2010 10:20:46 -0700 Subject: [PATCH] Reset albumscontroller --- app/controllers/albums_controller.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/controllers/albums_controller.rb b/app/controllers/albums_controller.rb index a91a461bd..f6587305d 100644 --- a/app/controllers/albums_controller.rb +++ b/app/controllers/albums_controller.rb @@ -16,11 +16,6 @@ # along with Diaspora. If not, see . # -# Copyright (c) 2010, [Diaspora copyright holder(s)]. This file is -# licensed under the Affero General Public License version 3. See -# the COPYRIGHT file. - - class AlbumsController < ApplicationController before_filter :authenticate_user!