Hi Andrey,

Well, cause nested is a just a special case for a list action.

If you do not want to allow a "non nested" list, you have to override
list_authorized?

def list_authorized?
   nested?
end

--
Volker

On Jun 21, 6:33 pm, Андрей Коробков <[email protected]> wrote:
> P.S.
> Seems, that :nested requires :list... What is the reason behind it?
> May I have controller with only :nested, but without :list
> (for some models I don't wish to be listed separately from their associated 
> master models)?
>
> --
> regards,
> Andrey

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