Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Lyric Abbott
35,595 Pointshelp
How do we make sure that the method calculate_age is called before we save the model?
http://teamtreehouse.com/library/callbacks
my code: before_create :calculate_age
1 Answer

Mac Eisenberg
3,653 PointsYup, before_save. Here is a handy resource that shows the order in which the callbacks are executed: http://guides.rubyonrails.org/v3.2.13/active_record_validations_callbacks.html
Ross Litzenberger
11,706 PointsRoss Litzenberger
11,706 Pointstry again before_save How do we make sure that the method calculate_age is called before we save the model?