Source: show | on GitHub
# File activemodel/test/models/observers.rb, line 13 def before_save(record) before_save_invocations << record end
# File activemodel/test/models/observers.rb, line 9 def before_save_invocations @before_save_invocations ||= [] end