module Historiographer::Safe

Public Instance Methods

history_user_absent_action() click to toggle source
# File lib/historiographer/safe.rb, line 27
def history_user_absent_action
  nil
end
should_validate_history_user_id_present?() click to toggle source
# File lib/historiographer/safe.rb, line 21
def should_validate_history_user_id_present?
  false
end