method

default_schema_cache_path

rails latest stable - Class: ActiveRecord::DatabaseConfigurations::HashConfig
default_schema_cache_path()
public

No documentation available.

# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 117
      def default_schema_cache_path
        "db/schema_cache.yml"
      end