Skip to content

Instantly share code, notes, and snippets.

@swaathi
Created September 16, 2015 12:53
Show Gist options
  • Save swaathi/a99f16ec5a0162c95868 to your computer and use it in GitHub Desktop.
Save swaathi/a99f16ec5a0162c95868 to your computer and use it in GitHub Desktop.
React Component
<p id="notice"><%= notice %></p>
<h1>Listing Songs</h1>
<%= react_component "SongsContainer", { songsPath: songs_path(:json), searchPath: search_path } %>
<%= link_to 'New Song', new_song_path %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment