Module: Chewy::Railtie::MigrationStrategy
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/chewy/railtie.rb
Instance Method Summary collapse
Instance Method Details
#migrate_with_chewy(*args) ⇒ Object
29 30 31 |
# File 'lib/chewy/railtie.rb', line 29 def migrate_with_chewy(*args) Chewy.strategy(:bypass) { migrate_without_chewy(*args) } end |