codemancers / rapidfire

Making dynamic surveys should be easy!
https://rapidfire.fly.dev/
MIT License
319 stars 141 forks source link

fix uninitialized csv_user_attributes class variable #150

Closed cengiz7 closed 3 months ago

cengiz7 commented 5 months ago

I am getting error on Download CSV action.

I've used ||=(or-equal) operator to fix this issue.

Error details

NameError in Rapidfire::SurveysController#results uninitialized class variable @@csv_user_attributes in Rapidfire::Survey

rapidfire (5.0.0) app/models/rapidfire/survey.rb:19:in `csv_user_attributes' rapidfire (5.0.0) app/models/rapidfire/survey.rb:25:in `block in results_to_csv' .... ....

iffyuva commented 3 months ago

Thanks for your contributions @cengiz7