method

seeds?

rails latest stable - Class: ActiveRecord::DatabaseConfigurations::DatabaseConfig

Method not available on this version

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

seeds?()
public

No documentation available.

# File activerecord/lib/active_record/database_configurations/database_config.rb, line 103
      def seeds?
        raise NotImplementedError
      end