I've got an embedded scaffold and I use conditions_for_collection to
filter the data used in show.  The problem I'm encountering is that
when I update a record in such a way that it should be removed from
the show (list) page it isn't removed.  I have to refresh the page to
remove that record.  Is there a way to have AS do this?

example:

render :active_scaffold => 'users', :conditions => ['pending_approval
= ? ', true]
What I want is that when I set pending_approval to false that the
record is removed from the view.


Thanks,

Andrew

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