Method: ConfigScripts::Seeds::SeedType#attributes
- Defined in:
- lib/config_scripts/seeds/seed_type.rb
#attributes ⇒ Array<Symbol> (readonly)
The names of the attributes on the model object that we store in the seed file.
25 26 27 |
# File 'lib/config_scripts/seeds/seed_type.rb', line 25 def attributes @attributes end |