In this snippet of previously written code, there are ? and a : used by themselves (lone symbols), and not appended onto a word. What do they mean in this instance?
# Fill application object with applicant info; generic info if not provided.
availability ? formdata[:availability] = availability : (formdata[:availability] = [0,1,2,3,4,5,6])