Flowdock
method

rich_text_area

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - 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.

Show source
Register or log in to add new notes.