_form.html.erb 179 Bytes
Newer Older
Kristoff Sison's avatar
Kristoff Sison committed
1 2 3 4 5 6 7
<%= simple_form_for(@member) do |f| %>
  <%= f.input :title %>
  <%= f.input :published_at %>
  <%= f.input :content %>
  <%= f.input :is_published %>
  <%= f.submit %>
<% end %>