When you build a model association with lets say belongs_to :user, how does that change the inheritance?
Does the user class now have access to all the methods of the class being linked?
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.
Association doesn’t affect inheritance in any way. It just adds several methods to
selfto simplify querying.All added methods are listed here