quepid icon indicating copy to clipboard operation
quepid copied to clipboard

Still have some old camelCase instead of snake_case in JSON

Open epugh opened this issue 2 years ago • 0 comments

json.scorerId scorer.id json.communal scorer.communal json.code scorer.code json.name scorer.name json.scale scorer.scale json.owner_id scorer.owner_id json.owned scorer.owner_id == current_user.id json.owner_name scorer.owner.name unless scorer.owner.nil? json.manualMaxScore scorer.manual_max_score json.manualMaxScoreValue scorer.manual_max_score_value json.showScaleLabels scorer.show_scale_labels json.scaleWithLabels scorer.scale_with_labels

epugh avatar Aug 17 '22 19:08 epugh