method
rich_text_area
rails latest stable - Class:
ActionView::Helpers::FormBuilder
rich_text_area(method, options = {})public
Wraps ActionView::Helpers::FormHelper#rich_text_area for form builders:
<%= form_with model: @message do |f| %> <%= f.rich_text_area :content %> <% end %>
Please refer to the documentation of the base helper for details.