Last active
February 25, 2016 00:45
-
-
Save mzemel/dba3d93ea22f1df7d2bb to your computer and use it in GitHub Desktop.
Original Projects
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/projects/index.html.erb | |
<p id="notice"><%= notice %></p> | |
<%= react_component "ProjectList", url: "/projects", pollInterval: 5000, data: @projects.to_json %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment