method

schema_file

rails latest stable - Class: ActiveRecord::Tasks::DatabaseTasks

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

schema_file(format = ActiveRecord::Base.schema_format)
public

No documentation available.

# File activerecord/lib/active_record/tasks/database_tasks.rb, line 400
      def schema_file(format = ActiveRecord::Base.schema_format)
        File.join(db_dir, schema_file_type(format))
      end