File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
207 | 207 | 4. We now need to load our ```hello_react.jsx``` file to the HOME view, so let's include that now.
|
208 | 208 |
|
209 | 209 | ``` app/views/home/index.html.erb
|
210 |
| -<%= javascript_pack_tag "hello_react.jsx" %> |
| 210 | +<%= javascript_pack_tag "hello_react" %> |
211 | 211 | ```
|
212 | 212 |
|
213 | 213 | 5. Run the rails server, and check out the React magic at hand! YAHOO!!
|
|
You can’t perform that action at this time.
0 commit comments