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



30
31
32
# File 'lib/chewy/railtie.rb', line 30

def migrate_with_chewy(*args)
  Chewy.strategy(:bypass) { migrate_without_chewy(*args) }
end