Skip to content

Instantly share code, notes, and snippets.

@RichardLitt
Created July 31, 2014 17:53
Show Gist options
  • Save RichardLitt/0866a8cc6f4d9bc7fc33 to your computer and use it in GitHub Desktop.
Save RichardLitt/0866a8cc6f4d9bc7fc33 to your computer and use it in GitHub Desktop.
park_features = {}
ParkFeature.where(park_id: @park.id).map{|ft| park_features[ft.feature_id] = Feature.where(id: ft.feature_id).select('id, title, icon')}
@features = park_features.values()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment