Just following up with this post:

I now see that virtual columns are neither sortable or searchable by
default. For this reason, I would prefer to fix the association
columns, rather than making them virtual. However, if I kept them
virtual, it seems from some other posts that I could just add

        conf.columns[:elb_column].search_sql = 'elbs.elb_id'

in the instances controller.

For removing duplicates from the select menu, should I just create a
helper search method, or should that resolve itself once I fix the
association problem?

Thanks again, everyone.

-- 
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.

Reply via email to