27 28 29
# File 'lib/chewy/railtie.rb', line 27 def migrate_with_chewy(*args) Chewy.strategy(:bypass) { migrate_without_chewy(*args) } end