Guest User

Untitled

a guest
Jun 14th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <h1> Novo post </h1>
  2.  
  3. <% form_for @posts do |f| %>
  4. <label> Título </label> <br />
  5. <%=f.text_field :title %> <br />
  6. <label> Conteúdo </label> <br />
  7. <%= f.text_area :content %> <br />
  8. <%= f.submit "Publicar novo post" %>
  9. <% end %>
Add Comment
Please, Sign In to add comment