💎 Ruby tip💎 Debugging and not sure how the code got to your current method or just wanna study a gem? Type "caller", which is an array that will show you all the paths(backtrace) that led to this point. #ruby #rails #rubyonrails