_form.html.erb 157 Bytes
Newer Older
Troy Gabriel Ang Ko's avatar
Troy Gabriel Ang Ko committed
1 2 3 4 5 6
<%= simple_form_for(@post) do |f| %>
  <%= f.input :name %>
  <%= f.input :registration_number %>
  <%= f.input :business_tpe %>
  <%= f.submit %>
<% end %>