Created
September 16, 2015 12:53
-
-
Save swaathi/a99f16ec5a0162c95868 to your computer and use it in GitHub Desktop.
React Component
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
<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