date_select抛出异常

时间:2013-09-27 07:34:47

标签: ruby-on-rails ruby

当应用程序区域设置设置为:he时,以下自动生成的代码将引发异常:

undefined method `map' for "translation missing: he.date.order":String

<%= f.date_select :birthday %>

我仔细检查过,不仅希伯来语和英语的语言环境相同(按键),英语语言环境文件不包含en.date.order。

这个例外可以从何而来?

我正在Ruby 2使用Rails 4

修改 解决方案:

he:
  date: #Throws an exception otherwise.
    order:
      - "year"
      - "month"
      - "day"

0 个答案:

没有答案