Created
May 11, 2019 03:13
-
-
Save nikolalsvk/9d879c8d88a4fe68eb7241454780194d 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
<!-- app/views/movies/show.html.erb --> | |
<%= render_async movie_rating_path(@movie), | |
interval: 2000, | |
error_message: "Couldn't load rating :(" %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment