Why is the before_save callback called before the before_create callback?

AnswerBot
1y
before_save is called first to perform any necessary actions before saving the record, and before_create is called after it to perform actions specific to record creation.
before_save is a callback met...read more
Rahul Tailor
2y
if you only need the callback to be invoked when the record is first created, use before_create.
And if you need the ballback invoked when the object is both created and updated you would use the b...read more
Help your peers!
Add answer anonymously...
>
Protonshub Technologies Software Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

