method
execution_strategy
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Migration
execution_strategy()public
No documentation available.
# File activerecord/lib/active_record/migration.rb, line 802
def execution_strategy
@execution_strategy ||= ActiveRecord.migration_strategy.new(self)
end