Skip to content

Devise Helper Methods

Colin Murphy edited this page Oct 20, 2013 · 1 revision

Useful devise helper methods:

user_signed_in? #returns true if a user is signed in

current_user #returns the user that's currently signed in if there is one

Clone this wiki locally