module FriendlyId::History::Configuration

Public Instance Methods

dependent_value() click to toggle source
# File lib/friendly_id/history.rb, line 58
def dependent_value
  dependent.nil? ? :destroy : dependent
end