次のクエリのカウントを取得する次のコードがあります。
<% @count = Model.find(:all, :conditions =>
{:action => actions, :controller => tempController}).count %>
このクエリを、取得したカウントが最高から最低の順に並べ替える方法を知りたいと思っています。
次のクエリのカウントを取得する次のコードがあります。
<% @count = Model.find(:all, :conditions =>
{:action => actions, :controller => tempController}).count %>
このクエリを、取得したカウントが最高から最低の順に並べ替える方法を知りたいと思っています。