Carmen-rails undefined方法" - "

时间:2013-09-30 13:20:21

标签: ruby-on-rails carmen

使用carmen-rails在我的帐单邮寄地址表单中生成国家/地区选择元素。

 country_select(:card, :country, {priority: ['United States', 'Canada']}, id: 'country')

以上用法会导致以下错误:

 NoMethodError: undefined method `-' for {:priority=>["United States", "Canada"]}:Hash

我试图省略优先选项,但问题仍然存在。

1 个答案:

答案 0 :(得分:1)

问题是安装了其他宝石的结果。

我安装了country-select gem version 1.1.1

要解决此问题,我只需删除gem。

gem uninstall country-select