Module SimpleForm::ActionViewExtensions::FormHelper
In: lib/simple_form/action_view_extensions/form_helper.rb

This module creates SimpleForm wrappers around default form_for and fields_for.

Example:

  simple_form_for @user do |f|
    f.input :name, hint: 'My hint'
  end

Methods

Public Instance methods

[Validate]