We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed than this gives nil :
SurveyGizmo::API::Response.first(id: 1, survey_id: 1).datesubmitted
And this gives the correct date :
SurveyGizmo::API::Survey.first(id: survey.survey_id).responses.first.datesubmitted
I'm sure this is the same data. They should both have the submission date.
The text was updated successfully, but these errors were encountered:
I guess it should indeed, you can submit a PR if you have a fix ;)
Sorry, something went wrong.
No branches or pull requests
I noticed than this gives nil :
And this gives the correct date :
I'm sure this is the same data. They should both have the submission date.
The text was updated successfully, but these errors were encountered: