I am using Devise and Cancan gems on a Rails 3.1 app.
I added several additional columns to User.
I managed to define the abilities and they work fine, I can see that it works but I haven't figured out how do I unauthorize actions (such as :update) since I don't have access to Devise or users controller?
How do that work?