cancan authorization

Is cancan is only used for CRUD operations? Can we use it while navigating a page or any other functionality other than CRUD operations?

Is cancan is only used for CRUD operations? Can we use it while navigating a page or any other functionality other than CRUD operations?

yep. look at https://github.com/ryanb/cancan/wiki/Authorizing-controller-actions

Thanks Jim.