>
> 12| @users = User.find(:all, :order => sort_column + " " +
> sort_direction)

Well, which value is null, sort_column or sort_direction?

Oftentimes, I've seen code that sets the direction for descending, but 
not ascending, which might be your issue.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to