我試圖根據jquery-bootgrid製作一個可重用的庫。 當jQuery的bootgrid使更多的數據的請求 - 分頁,搜索,你有什麼,要求是一樣的東西 http://localhost/controller/index.json?current=1&rowCount=30&searchPhrase=&_=1478278657109 和我的行動目前看起來像 def index
res
這是我的第一個模型: class Sender < ApplicationRecord
has_many :letters
end
,這是第二個: class Letter < ApplicationRecord
belongs_to :sender
end
我發現在鐵軌康壽這樣的信: @letter = Letter.where(id: 378)
結果是: #