Hello,
I have upgraded my project to use the latest version of ActiveScaffold that works with rails 3.2.
With the old version I used a lot the nested action in order to list the associations.
For example I have lots of redirects like these:
redirect_to :action=>'nested',:id=>@
record.id,:associations=>'images'
Does someone know how to rewrite these redirects with the new version of ActiveScaffold? I are using the 3.2.16 version
thanks,
mihai