• F
    Print out a meaningful error when ActiveRecord::ReadOnlyRecord is raised · d424ded6
    Franky W 提交于
    Currently, there is no messages which get printed out. Convoluted system
    may have hooks that create other objects in which case we only fail with
    no messages. This commit changes this information allowing you to know
    which object is the one that actually raised the error.
    d424ded6
readonly_test.rb 3.7 KB