teste

Erb code posted by Brando
created at 01 Jun 07:18

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
<% form_for(@post) do |f| %>
  <p>
    <%= f.label :title %><br />
    <%= f.text_field :title %>
  </p>
  <p>
    <%= f.label :body %><br />
    <%= f.text_area :body %>
  </p>
  <p>
    <%= f.submit "Update" %>
  </p>
<% end %>
241 Bytes in 2 ms with coderay