Closed seanpdoyle closed 10 years ago
fill_form :foo, { foo_field: 'bar' }
Will now first lookup the I18n for simple_form.placeholders.foo.foo_field, thensimple_form.labels.foo.foo_field, then fallback to the default process.
I18n
simple_form.placeholders.foo.foo_field
simple_form.labels.foo.foo_field
Not sure how to go about fixing this build failure
@calebthompson
Will now first lookup the
I18n
forsimple_form.placeholders.foo.foo_field
, thensimple_form.labels.foo.foo_field
, then fallback to the default process.