使用carmen-rails在我的帐单邮寄地址表单中生成国家/地区选择元素。
country_select(:card, :country, {priority: ['United States', 'Canada']}, id: 'country')
以上用法会导致以下错误:
NoMethodError: undefined method `-' for {:priority=>["United States", "Canada"]}:Hash
我试图省略优先选项,但问题仍然存在。
答案 0 :(得分:1)
问题是安装了其他宝石的结果。
我安装了country-select gem version 1.1.1
要解决此问题,我只需删除gem。
gem uninstall country-select