Skip to content

Commit

Permalink
fix: create selector objects when viewing matrix URL with consumer an…
Browse files Browse the repository at this point in the history
…d provider
  • Loading branch information
bethesque committed Dec 18, 2017
1 parent 9b747c9 commit e733bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/pact_broker/ui/controllers/matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class Matrix < Base
lines: lines,
title: "The Matrix",
consumer_name: params[:consumer_name],
provider_name: params[:provider_name]
provider_name: params[:provider_name],
selectors: create_selector_objects(selectors)
}
haml :'matrix/show', {locals: locals, layout: :'layouts/main'}
end
Expand Down

0 comments on commit e733bae

Please sign in to comment.