私はこのようなことをしたい:
コントローラーで:
res=1+3
if ...
flash[:notice]="the result is" + res
end
ただし、機能しないことがわかり、エラーメッセージは次のようになります。
no implicit conversion of Fixnum into String
私はこのようなことをしたい:
コントローラーで:
res=1+3
if ...
flash[:notice]="the result is" + res
end
ただし、機能しないことがわかり、エラーメッセージは次のようになります。
no implicit conversion of Fixnum into String