method

rich_textarea

rails latest stable - Class: ActionView::Helpers::FormBuilder

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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.