Rails ActiveRecord Callbacks – PART 1
Introduction Active Record Callbacks are very effective and quite useful in Ruby on Rails. Equally, they can be the allusive and invisible sources of bugs. In this blog, we will be looking at the basics of ActiveRecord Callbacks. What is a callback? It...