Create your blog!

<%= form_with model: [@member, @blog] do |form| %> <%= form.label :title %>
<%= form.text_area :title %>

<%= form.label :links %>
<%= form.text_area :links %>

<%= form.label :description %>
<%= form.rich_text_area :description %>

<%= form.submit %> <% end %>