I'm trying to create hash values to use in a for loop in my view. But for some reason, creating these hash's pretty much breaks the whole site, no matter where I put them.
CRF_PATH = {Baseline => baseline_path, FollowUp3Week => follow_up3_week_path, TreatmentCompletion => treatment_completion_path, FollowUp18Week => follow_up18_week_path, FollowUp6Month => follow_up6_month_path, PsychosocialScale => psychosocial_scale_path}
Where should I define this hash, and am I defining it incorrectly?
Thank you for your time.
Edit. Removed unnecessary and unrelated info.