module Sequel::Database::ResetIdentifierMangling

  1. lib/sequel/database/misc.rb
Parent: Database

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

Methods

Public Instance

  1. extended

Public Instance methods

extended (obj)
[show source]
# File lib/sequel/database/misc.rb, line 30
def extended(obj)
  obj.send(:reset_identifier_mangling)
end