I have a model named Member which is database_authenticatable. However when I use:
before_filter :authenticate_member!
in a controller I get an undefined method error.
Any ideas as to what could be causing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For whatever reason, I needed to run
again to solve the problem.