Skip to content

Instantly share code, notes, and snippets.

@pencilcheck
Created April 23, 2015 05:08
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 pencilcheck/d82b1bd8fd890d422ab2 to your computer and use it in GitHub Desktop.
Save pencilcheck/d82b1bd8fd890d422ab2 to your computer and use it in GitHub Desktop.
def recommendations(user)
store._jobs.limit(10).fetch
end
<:bootstrap_carousel:main slides="{{ recommendations(user) }}" />
# inside bootstrap_carousel component
{{ attrs.slides.each_with_index do |recommendation, index| }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment