method

migration_files

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

migration_files()
private

No documentation available.

# File activerecord/lib/active_record/migration.rb, line 1371
      def migration_files
        paths = Array(migrations_paths)
        Dir[*paths.flat_map { |path| "#{path}/**/[0-9]*_*.rb" }]
      end