Skip to content

Instantly share code, notes, and snippets.

@bgvo
Last active August 29, 2015 14:07
Show Gist options
  • Save bgvo/fba173bf0b1ab1f12985 to your computer and use it in GitHub Desktop.
Save bgvo/fba173bf0b1ab1f12985 to your computer and use it in GitHub Desktop.
Abstract json rendering outside controller
render json: {
item: {
name: item.name,
kind: item.kind,
details_en: item.details_en
},
rating: item.ratings.where(user_id: @current_user.id)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment