File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ end
207207
4. We now need to load our ```hello_react.jsx``` file to the HOME view, so let's include that now.
208208

209209
``` app/views/home/index.html.erb
210-
<%= javascript_pack_tag "hello_react.jsx" %>
210+
<%= javascript_pack_tag "hello_react" %>
211211
```
212212

213213
5. Run the rails server, and check out the React magic at hand! YAHOO!!

0 commit comments

Comments
 (0)