Module: ActiveUUID::Patches

Defined in:
lib/activeuuid/patches.rb

Defined Under Namespace

Modules: Column, ConnectionHandling, Migrations, MysqlJdbcColumn, MysqlTypeToSqlOverride, PostgreSQLColumn, PostgreSQLQuoting, PostgresqlTypeOverride, Quoting, TypeMapOverride

Class Method Summary collapse

Class Method Details

.apply!Object



225
226
227
# File 'lib/activeuuid/patches.rb', line 225

def self.apply!
  ActiveRecord::Base.singleton_class.prepend ConnectionHandling
end