<%= simple_form_for @post do |f|%> <%= f.input :title %> <%= f.input :text %> <%= f.submit %> <% end %>