I am trying to launch my rails app but when i launch the server in production mode my sessions controller cannot access my user controller. How do I fix this relationship not being set?The problem is, in my sessions controller I can't instantiate User (e.g. User.find.authenticate (for has_secure_password))Any ideas??
I am trying to launch my rails app but when i launch the server in production mode my sessions controller cannot access my user controller. How do I fix this relationship not being set?The problem is, in my sessions controller I can't instantiate User (e.g. User.find.authenticate (for has_secure_password))