<%= debug(vote.song) %>
これを生成します:
--- !ruby/object:Song
attributes:
id: 1
name: Immigrant Song
code: aiusbaina
album: Led Zeppelin III
created_at: 2012-09-08 10:02:51.654625000 Z
updated_at: 2012-09-08 10:02:51.654625000 Z
なぜこれが:<%=vote.song.name%>未定義のメソッドエラー(名前)を取得するのですか?