hotels
表中有一列名爲catch
的列。私人方法`catch'要求酒店(ruby 2.1 rails 4)
我創建的對象:
obj_hotel = Hotel.new
然後:
puts obj_hotel.catch
有當沒有問題obj_hotel.catch
:當我做了以下事情發生
obj_hotel.catch = 'xxx'
錯誤在的左邊,但是當我們想使用obj_hotel.catch
的值時,發生錯誤private method 'catch' called for Hotel
。
那麼,是catch
a 私人方法的鐵軌嗎?
謝謝。
我已經修復了,謝謝大家。^。^ – sou 2014-12-04 08:56:07