Can I access the parameters passed in the url in CanCan? I am trying to authenticate guests based on the token in the URL.
Thank you!
https://github.com/ryanb/cancan/wiki/Accessing-requ
Can I access the parameters passed in the url in CanCan? I am trying to authenticate guests based on the token in the URL.
Thank you!
https://github.com/ryanb/cancan/wiki/Accessing-requ
I have two models, events and users share many-to-many associations. Users can be administrators, managers or producers.
Only the producer belonging to an event can read Take the event. I tried to