Module: Chewy::Railtie::MigrationStrategy
- Defined in:
- lib/chewy/railtie.rb
Instance Method Summary collapse
Instance Method Details
#migrate(*args) ⇒ Object
27 28 29 |
# File 'lib/chewy/railtie.rb', line 27 def migrate(*args) Chewy.strategy(:bypass) { super } end |