MS DG forgot require for cucumber
This commit is contained in:
parent
665facaeb0
commit
ee257b2a7c
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue