Skip to content

Commit 0b21a62

Browse files
authored
Fixed NameError bug
Fixed issue that caused uninitialized constant PactBroker::Api::Resources::BaseResource (NameError) when running pact_broker with passenger.
1 parent 034d766 commit 0b21a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/pact_broker/api/resources/version.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'pact_broker/services'
22
require 'pact_broker/api/decorators/version_decorator'
3+
require 'pact_broker/api/resources/base_resource'
34

45
module PactBroker
56
module Api

0 commit comments

Comments
 (0)