标签: ruby-on-rails ruby
我在rails中使用嵌套路由,我想在预订控制器中定义@hotel。
@hotel
:booking所属的地方:hotel。
:booking
:hotel
@hotel = Hotel.find(params[:id])
但结果无法找到" hotel"
虽然我点击了
<%= link_to 'Book Now', new_booking_path, :hotel_id => @ hotel.id %>
从我的酒店展示页面....