Fix the wrapper_mappings documentation [ci skip]

Conflicts:
	lib/simple_form.rb
This commit is contained in:
Rafael Mendonça França 2014-03-21 14:19:31 -03:00
parent f1587ca1e2
commit a43bd2722f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ module SimpleForm
# type as key and the wrapper that will be used for all inputs with specified type.
# e.g { :string => :string_wrapper, :boolean => :boolean_wrapper }
# You can also set a wrapper mapping per form basis.
# e.g simple_form_for(@foo, :wrapper_mapping => { :checkbox => :bootstrap_checkbox })
# e.g simple_form_for(@foo, :wrapper_mappings => { :check_boxes => :bootstrap_checkbox })
mattr_accessor :wrapper_mappings
@@wrapper_mappings = nil