Flowdock
method

use_advisory_lock?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::Migrator
use_advisory_lock?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/migration.rb, line 1372
      def use_advisory_lock?
        Base.connection.advisory_locks_enabled?
      end
Register or log in to add new notes.