Last week this worked but now, for 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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Model.secondnever worked, I don’t think.secondandthirdwork on arrays, however. Maybe you used something along the lines ofUser.all.thirdthe first time.