Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.29 KB | None | 0 0
  1. <% content_for :title do %>
  2.   Hello World!
  3. <% end %>
  4. <% content_for :javascript do %>
  5.   <%= javascript_include_tag 'application' %>
  6. <% end %>
  7. <% content_for :main do %>
  8.   <h1>Hello World</h1>
  9.   <%= react_component("HelloWorldApp", props: @hello_world_props, prerender: false) %>
  10. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement