#Tips
how to find source code location
- find method definition in source code
<instance>.method(:<method_name>).source_location
debug tool
byebug
This gem is userful for directly seeing application variable information on console.
https://www.railstutorial.org/book/sign_up#sec-debugger