1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Improve the documentation of the i18n_scope option

This commit is contained in:
Rafael Mendonça França 2014-04-04 11:59:53 -03:00
parent 2e9c4b3df9
commit da5793ee40

View file

@ -156,7 +156,6 @@ SimpleForm.setup do |config|
# collection wrappers.
# config.include_default_input_wrapper_class = true
# Defines what i18n scope to use for simple_form.
# Defines which i18n scope will be used in Simple Form.
# config.i18n_scope = 'simple_form'
end