diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/favorites_controller.rb | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/controllers/favorites_controller.rb b/app/controllers/favorites_controller.rb index fff8e84..cd05e34 100644 --- a/app/controllers/favorites_controller.rb +++ b/app/controllers/favorites_controller.rb @@ -1,11 +1,6 @@ # encoding: utf-8 #-- # Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies) -# Copyright (C) 2007, 2008 Johan Sørensen <johan@johansorensen.com> -# Copyright (C) 2008 David A. Cuadrado <krawek@gmail.com> -# Copyright (C) 2008 Patrick Aljord <patcito@gmail.com> -# Copyright (C) 2008 Tor Arne Vestbø <tavestbo@trolltech.com> -# Copyright (C) 2009 Fabio Akita <fabio.akita@gmail.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -50,7 +45,7 @@ class FavoritesController < ApplicationController :watchable_type => watchable.class.name, :only_path => true)} end end - + private def find_watchable begin |