Module: PgHaMigrations::AutoIncluder
- Defined in:
- lib/pg_ha_migrations.rb
Instance Method Summary collapse
Instance Method Details
#inherited(klass) ⇒ Object
114 115 116 117 118 119 |
# File 'lib/pg_ha_migrations.rb', line 114 def inherited(klass) super(klass) if defined?(super) klass.prepend(PgHaMigrations::UnsafeStatements) klass.prepend(PgHaMigrations::SafeStatements) end |