-1

私はこのようなことをしたい:

コントローラーで:

res=1+3
if ...
flash[:notice]="the result is" + res
end

ただし、機能しないことがわかり、エラーメッセージは次のようになります。

no implicit conversion of Fixnum into String
4

2 に答える 2