5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
<%= simple_form_for @post do |f|%>
|
|
<%= f.input :title %>
|
|
<%= f.input :text %>
|
|
<%= f.submit %>
|
|
<% end %> |