<%= f.file_field :photo %>
How do I write this in html? I know that it’s an input type=”file” but how can I put in the :photo? I need to customise the field by writing it in html in rails.
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.
f is the oject name, photo is the attribute name, so you have