5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
<%= simple_form_for @post do |f|%>
|
|
<%= f.input :title, :label => false %>
|
|
<%= f.input :text, :label => false %>
|
|
<%= f.submit "Create Post" %>
|
|
<% end %> |