视图显示此代码没问题
<%= community.country_id %>
<%= community.country.name %>
但这会返回错误
'Mysql2::Error:'where 子句'中的未知列'countries.community_id':SELECT
countries
.* FROMcountries
WHEREcountries
。community_id
= 5 限制 1'
我的模型是
社区.rb
has_one :country
国家.rb
belongs_to :community