method

migration_connection

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: DatabaseTasks
migration_connection() public

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/tasks/database_tasks.rb, line 549
      def migration_connection # :nodoc:
        migration_class.lease_connection
      end
Register or log in to add new notes.