Skip to content
Extraits de code Groupes Projets
Valider ee257b2a rédigé par Maxwell Salzberg's avatar Maxwell Salzberg
Parcourir les fichiers

MS DG forgot require for cucumber

parent 665facae
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
# 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.
class Postzord::Dispatcher class Postzord::Dispatcher
require File.join(Rails.root, 'lib/postzord/dispatcher/private')
#require File.join(Rails.root, 'lib/postzord/dispatcher/public')
attr_reader :zord attr_reader :zord
delegate :post, :to => :zord delegate :post, :to => :zord
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter