Module: EnhancedSQLite3::SupportsDeferrableConstraints
- Defined in:
- lib/enhanced_sqlite3/supports_deferrable_constraints.rb
Defined Under Namespace
Modules: Adapter, SchemaCreation
Class Method Summary collapse
Class Method Details
.apply! ⇒ Object
6 7 8 9 |
# File 'lib/enhanced_sqlite3/supports_deferrable_constraints.rb', line 6 def self.apply! EnhancedSQLite3::Adapter.include(Adapter) ActiveRecord::ConnectionAdapters::SQLite3::SchemaCreation.include(SchemaCreation) end |