Utkarsh1308 / TabOverSpace

http://aqueous-lowlands-03932.herokuapp.com/
GNU Affero General Public License v3.0
0 stars 1 forks source link

Fix Database Issue #132

Closed Utkarsh1308 closed 4 years ago

Utkarsh1308 commented 4 years ago

https://github.com/Utkarsh1308/TabOverSpace/pull/124 modified the Question model and changed the query from question to title so we were not getting back any results for question resulting in noreversematch error. This PR fixes that issue. For now there are no questions present in the database. We need to add the questions in a future PR.

Related to https://github.com/Utkarsh1308/TabOverSpace/issues/131