Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovannibenussi/c37686e7e65b861ba34234af80b2526d to your computer and use it in GitHub Desktop.
Save giovannibenussi/c37686e7e65b861ba34234af80b2526d to your computer and use it in GitHub Desktop.
def index
items_with_images = news_items.each do |item|
item[:image] = UserScope::FetchNewsItem.call(id: params[:id]).news_item.image
end
respond_with items_with_images
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment