I’m just thinking if I can made this work in a cool, DRY way.. but i’m pretty new to rails and have no idea of how can I do that..
Any help?
thanks in advance.
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.
Just figured it out:
Then do the 403.html like a boss, and it should work.
But, I still not knowing how to made the automatic 404 use the template too… it always shows the exception, even if I add the rescue in my application controller.