rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
223 stars 154 forks source link

Fixes bug with matching website with multiple domains configured #305

Closed jonsgreen closed 2 years ago

jonsgreen commented 2 years ago

Reason for Change

While configuring domains for rubyconf it was discovered that only the last domain in the list was being matched correctly which revealed the bug in the Postgres match string.

Changes