Skip to content

Commit

Permalink
Compare
Browse files Browse the repository at this point in the history
Fixes #567
  • Loading branch information
stefan-kolb committed Sep 3, 2024
1 parent f1d2623 commit 9d0dc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def url_for(vendor)
get '/compare' do
@versus_path = request.fullpath
@p1 = Vendor.where(name: /heroku/i).first
@p2 = Vendor.where(name: /pivotal web services/i).first
@p2 = Vendor.where(name: /openshift online/i).first
@title = "#{@p1.name} vs #{@p2.name} | PaaS Comparison"

erb :'profiles/compare'
Expand Down

0 comments on commit 9d0dc7e

Please sign in to comment.