# File lib/has_many_polymorphs/support_methods.rb, line 64
  def _logger_debug s
    s = "** has_many_polymorphs: #{s}"
    Rails.logger.debug(s) if Rails and Rails.logger
  end