DPI-WE / curriculum

1 stars 0 forks source link

Active Record Callbacks ☎️ lesson #22

Open heratyian opened 1 month ago

heratyian commented 1 month ago

ActiveRecord Callbacks is a core feature of ActiveRecord that we end up using in nearly every application for e.g. massaging a user input (say downcasing it) before validating it/saving it.