mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
fixing typo
This commit is contained in:
parent
9ce9a35e27
commit
68f9dedcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class AttemptsController < ApplicationController
|
|||
responded_at: Time.new,
|
||||
twilio_details: twilio_params.to_h.to_yaml
|
||||
)
|
||||
render plain: "We've registered your response of #{attempt.response)}. To see how others responded to the same question please visit "
|
||||
render plain: "We've registered your response of #{attempt.response}. To see how others responded to the same question please visit"
|
||||
end
|
||||
|
||||
# # GET /attempts/1/edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue