Skip to content

Commit

Permalink
Fixed NameError bug
Browse files Browse the repository at this point in the history
Fixed issue that caused uninitialized constant PactBroker::Api::Resources::BaseResource (NameError) when running pact_broker with passenger.
  • Loading branch information
callebstrom authored Dec 8, 2017
1 parent 034d766 commit 0b21a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pact_broker/api/resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require 'pact_broker/services'
require 'pact_broker/api/decorators/version_decorator'
require 'pact_broker/api/resources/base_resource'

module PactBroker
module Api
Expand Down

0 comments on commit 0b21a62

Please sign in to comment.