instance method
text_area
Ruby on Rails 6.0.6
Since v6.0.6Signature
text_area(method, options = {})
Wraps ActionView::Helpers::FormHelper#text_area for form builders:
<%= form_with model: @user do |f| %>
<%= f.text_area :detail %>
<% end %>
Please refer to the documentation of the base helper for details.
Source
# File actionview/lib/action_view/helpers/form_helper.rb, line 1710
Defined in actionview/lib/action_view/helpers/form_helper.rb line 1710
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::FormBuilder