Created
April 23, 2015 05:08
-
-
Save pencilcheck/d82b1bd8fd890d422ab2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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