1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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