Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-09-13 04:35:54 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-09-13 04:35:54 +0400
commitee257b2a7cc7ea8f59ea11fcd7162dfbe5d910e8 (patch)
tree09aa65481ad4c6ae3451349a790722d03894f704
parent665facaeb0b8604e2de9fb94937ad86fe13218e9 (diff)
MS DG forgot require for cucumber
-rw-r--r--lib/postzord/dispatcher.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/postzord/dispatcher.rb b/lib/postzord/dispatcher.rb
index 65261724c..d1178258d 100644
--- a/lib/postzord/dispatcher.rb
+++ b/lib/postzord/dispatcher.rb
@@ -2,7 +2,11 @@
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
+
class Postzord::Dispatcher
+ require File.join(Rails.root, 'lib/postzord/dispatcher/private')
+ #require File.join(Rails.root, 'lib/postzord/dispatcher/public')
+
attr_reader :zord
delegate :post, :to => :zord