Skip to content

Instantly share code, notes, and snippets.

@neudabei
Last active August 14, 2018 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neudabei/3549170d8b3d4ab131caed318d32a2a2 to your computer and use it in GitHub Desktop.
Save neudabei/3549170d8b3d4ab131caed318d32a2a2 to your computer and use it in GitHub Desktop.
fl_medium_blogpost
# ...
{ fields:
subject_categories.map do |sc|
selected = interested_subject_categories.include?(sc)
{ title: sc.title, value: sc.id.to_s, selected: selected }
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment