显示第 3 行引发的 app/views/flights/show.html.erb:
You have a nil object when you didn't expect it!
The error occurred while evaluating nil.name
Extracted source (around line #3):
1: <p>
2: <b>Airline Name:</b>
3: <%= @flight.airline.name %>
好吧,当我尝试提交“座位”表格时,就会发生上述错误。
我的航班/节目中有一个“_new_seat”“部分”页面。当点击“预订新座位”(提交)时,它应该重定向到座位/显示,但它没有..
是否需要在飞行控制器中使用额外的方法?...请帮助我。