Method: ConfigScripts::Seeds::SeedType#identifier_attributes
- Defined in:
- lib/config_scripts/seeds/seed_type.rb
#identifier_attributes ⇒ Array<Symbol> (readonly)
The names of the attributes used to compose a unique identifier for a record.
30 31 32 |
# File 'lib/config_scripts/seeds/seed_type.rb', line 30 def identifier_attributes @identifier_attributes end |