Ruby

2014-12-26, ruby rails

モデルから一件ランダムに取り出す

@book = Book.order("rand()").first
@book = Book.offset(Book.count).first

参考URL

この記事は役に立ちましたか?