我想使用标签收集项目(例如,他们的翻译).
= simple_form_for(@client) do |f| = f.error_notification .form-inputs = f.input :name,label: t('client.name') = f.input :level,collection: ['a','b','c'],label_method: ???? label: t('client.level') .form-actions = f.button :submit,value: t('client.submit')
我试图弄清楚,上面的label_method有什么用?
我想要使用label_method映射到map {| s |中的翻译吨( “客户端.#{S}”)}.