I am making and web app in Ruby on Rails. The question I have is - if I installed devise do I need to install pundit as well to control user access?
I am talking about simple access to a current user profile or the only author of the article can edit or remove it.
Would I need Pundit for that?