Create your blog!

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

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

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