method
rich_textarea
v8.1.1 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
rich_textarea(method, options = {}, &block)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.