method
run
run()
public
Hide source
# File activerecord/lib/active_record/migration.rb, line 1241 def run if use_advisory_lock? with_advisory_lock { run_without_lock } else run_without_lock end end