Did you try adding to your controller the setup for field seach?  That
should do it.
active_scaffold :foo do |config|
  ...
  config.actions << :field_search
  config.field_search.columns << :bag
  ...
end


--

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


Reply via email to