How can I get the title of my page using Rails? content_for will set it, so is there a better way than to assign it to an instance variable?
How can I get the title of my page using Rails? content_for will set
Share
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.
If your’e using
content_forto set it, you can simply usecontent_forto get it as well.