<%= f.text_area :content, :class => "form-control", :id => "summer-body", :required => true %>
is not working when i used the
:required => true
This is the error:
An invalid form control with
name='article[content]'
is not focusable
But when I try to remove the class and id, it works.