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