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
|
||||
# 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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue