Module: Sequel::Database::ResetIdentifierMangling

Overview

Module to be included in shared adapters so that when the DatabaseMethods are included in the database, the identifier mangling defaults are reset correctly.

Instance Method Summary collapse

Instance Method Details

#extended(obj) ⇒ Object



32
33
34
# File 'lib/sequel/database/misc.rb', line 32

def extended(obj)
  obj.send(:reset_identifier_mangling)
end