Module | Ancestry::InstanceMethods |
In: |
lib/ancestry/instance_methods.rb
|
BEFORE_LAST_SAVE_SUFFIX | = | ActiveRecord::VERSION::STRING >= '5.1.0' ? '_before_last_save' : '_was' |
IN_DATABASE_SUFFIX | = | ActiveRecord::VERSION::STRING >= '5.1.0' ? '_in_database' : '_was' |
ANCESTRY_DELIMITER | = | '/'.freeze |
The ancestry value for this record‘s children (before save) This is technically child_ancestry_was