Missed a spot

This commit is contained in:
Javan Makhmali 2018-02-14 15:50:01 -05:00 committed by GitHub
parent 59b7fc1a0d
commit 8b5ff483ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Assumes a Rails 5.2+ application with Active Storage and Webpacker installed.
<div class="field">
<%= form.label :content %>
<%= form.active_text_field :content %>
<%= form.active_text_field :content %>
</div>
<% end %>