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