前回の保存時、statusがAからBに値が変更されたかどうかを確認したい時
some_record.saved_change_to_attribute?(:status, from: A, to: B)
これで書ける。便利すぎ。
from, to なしでもいける。
some_record.saved_change_to_attribute?(:status)
参考
似たようなのまだある
前回の保存時、statusがAからBに値が変更されたかどうかを確認したい時
some_record.saved_change_to_attribute?(:status, from: A, to: B)
これで書ける。便利すぎ。
from, to なしでもいける。
some_record.saved_change_to_attribute?(:status)
似たようなのまだある