Player details & country details don't show on campaign_registration result page
Has 3 possible fixes
- enroller object is passing a to a flat set of variables (instead of all the variables in a nested hash as reflected in strong params)
- controller strong_params - are nested, maybe they shouldn't be?
- can a has_many do accepts_params_for thing?