--
Mike Orr <slugg...@gmail.com>
I typically specify a type for the context:
@view_config(name='edit', context='BlogPost', permission='edit')
def edit_blogpost_view(context, request):
etc....
That view will only get called if the resource is a BlogPost and the
view name is 'edit'.
Chris
> --
> Mike Orr <slugg...@gmail.com>
>
> --
> You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
> To post to this group, send email to pylons-...@googlegroups.com.
> To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
>