Try :order. ....find(:all, :conditions => "", :order => "")
greghauptmann wrote: > thanks for this thread re how to filter down the number of records in > a SELECT. Is there a way however to be able to modify the SORT > ORDER of the pull down list? I tried putting a "order by" in the > options_for_association_conditions however the SQL generated doesn't > work, as it is creating a "where( xxx )" in brackets. > > Any ideas how to get sorting on a field drop down list for an > association working? (i.e. without having to do a full field > override) > > tks > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
