Answer the question
In order to leave comments, you need to log in
How to fix an error in Rails?
The code:
<%= form_for @post do |f| %>
<div class="form-control">
<%= f.label :title %>
<%= f.text_field :title %>
</div>
<div class="form-control">
<%= f.label :summary %>
<%= f.text_area :summary %>
</div>
<div class="form-control">
<%= f.label :body %>
<%= f.text_area :body %>
</div>
<div class="form-control">
<%= f.sumbit 'Save' %>
</div>
<% end %>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question