What is a "callback" in the context of Ruby on Rails?
A. A method that is called when a database query is executed
B. A method that is called when an exception occurs
C. A method that is called in response to a specific event in the application lifecycle
D. A method that is called before an object is instantiated
Answer: Option C

Join The Discussion