Fix docs.

This commit is contained in:
José Valim 2011-04-27 22:00:00 +02:00
parent 726040adf9
commit e1e60b81c1
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ module SimpleForm
# Attempts to find a mapping. It follows the following rules:
#
# 1) It tries to find a registered mapping, if succeeds:
# a) If a mapping is found, try to find an alternative as #{mapping}Input
# a) Try to find an alternative with the same name in the Object scope
# b) Or use the found mapping
# 2) If not, fallbacks to #{input_type}Input
# 3) If not, fallbacks to SimpleForm::Inputs::#{input_type}