seeds?()
public

Determines whether the db:prepare task should seed the database from db/seeds.rb.

If the `seeds` key is present in the config, `seeds?` will return its value. Otherwise, it will return `true` for the primary database and `false` for all other configs.