I\'m looking for a way to store the sql string that is generated in an update or create action. I\'ve tried appending .to_sql to the end of update_attributes<
.to_sql
update_attributes<
These methods both return a boolean. You can't invoke to_sql on a boolean.
to_sql