Thank you. Do you know how I can trigger a data reload for an embedded
scaffold with new conditions set after a user makes a selection on a
page somewhere (for example dropdown select) should trigger reloading
of active_scaffold data.

On Sun, Oct 2, 2011 at 8:43 AM, clyfe <[email protected]> wrote:
> Constraints only support equality based rules. What you need to use is
> conditions:
> render :active_scaffold => "option_terms",
>   :conditions => {'expires_at > ?' => DateTime.now.utc}
>
> --
> You received this message because you are subscribed to the Google Groups
> "ActiveScaffold : Ruby on Rails plugin" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/activescaffold/-/tNR68JPDlfoJ.
> 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.
>

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