class ActiveSanitization::TempDatabaseConnection
Need to create a second ActiveRecord::Base.connection so we can connect to the primary and copy DB.
Public Class Methods
abstract_class?()
click to toggle source
# File lib/active_sanitization.rb, line 36 def self.abstract_class? true # So it gets its own connection end