Module: SimpleForm::ActionViewExtensions::FormHelper

Defined in:
lib/simple_form/action_view_extensions/form_helper.rb

Overview

This modules create simple form wrappers around default form_for, fields_for and remote_form_for.

Example:

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