Added basic Response model. Right now it only stores the response as text, will discuss how we want to store different response types and change the model accordingly. Leaving the response spec for now until we actually update this model.
The response.rb file isn't updated because I haven't been able to rake db:migrate yet since the database connection hasn't been configured yet. I created an issue for it though and will work on that for next week.
Added basic
Response
model. Right now it only stores the response as text, will discuss how we want to store different response types and change the model accordingly. Leaving the response spec for now until we actually update this model.The
response.rb
file isn't updated because I haven't been able torake db:migrate
yet since the database connection hasn't been configured yet. I created an issue for it though and will work on that for next week.