module FriendlyId::History::Configuration
Public Instance Methods
dependent_value()
click to toggle source
# File lib/friendly_id/history.rb, line 54 def dependent_value dependent.nil? ? :destroy : dependent end