So I'm trying to replace some Admin stuff with ActiveScaffold. For example, I have this in a particular controller:
def index @users = current_user.partner.users end def show @user = current_user.partner.users.find(params[:id]) end Is there a way to replicate this behavior in AS? Everything I've read points to no, that it will take into consideration all records instead of a specific portion of records. Thoughts? - Brian -- 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.
