Skip to content
Extraits de code Groupes Projets
Valider c2893a2e rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

Fix require problem with the acts_as_taggable patches

parent ac065e17
Branches
Étiquettes
Aucune requête de fusion associée trouvée
# Copyright (c) 2010-2011, Diaspora Inc. This file is # Copyright (c) 2010-2011, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See # licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file. # the COPYRIGHT file.
require File.join(Rails.root, 'app', 'models', 'acts_as_taggable_on_tag') require File.join(Rails.root, 'app', 'models', 'acts_as_taggable_on', 'tag')
require File.join(Rails.root, 'lib', 'stream', 'tag') require File.join(Rails.root, 'lib', 'stream', 'tag')
class TagsController < ApplicationController class TagsController < ApplicationController
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# licensed under the Affero General Public License version 3 or later. See # licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file. # the COPYRIGHT file.
require File.join(Rails.root, "app", "models", "acts_as_taggable_on", "tag")
module Diaspora module Diaspora
module Taggable module Taggable
def self.included(model) def self.included(model)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter