can't convert nil into String
またまた「ちょっと前まで動いていたのにエラーが出る謎」に出くわした。
ActionView::TemplateError (can't convert nil into String) on line #27 of patrol/month.rhtml: 27:cell_text << link_to(patrol.pat_room+' '+patrol.pat_user, :cotroller=>'patrol', :action=>'show', :id=>patrol.id)
何が悪いの???
「.to_s」を付けると直る。不思議で仕方ない・・・