Last week this worked but now, for开发者_JS百科 some reason I can only use Model.first. Model.second and Model.third, etc no longer work.
Did something change in Rails? I keep getting a NoMethodError.
Model.second
never worked, I don't think. second
and third
work on arrays, however. Maybe you used something along the lines of User.all.third
the first time.
精彩评论