I\'m using devise for authentication, however I cant see and action filter for specifying actions that require the user to login, is this included in the devise gem? if not how
The other solution is to use for example :except => login, its using when the entire app use authentication and you want to have a page with public access