Method: ConfigScripts::Seeds::SeedType#dynamic_writers
- Defined in:
- lib/config_scripts/seeds/seed_type.rb
#dynamic_writers ⇒ Hash<Symbol, Proc> (readonly)
The attributes that we generate dynamically when writing things to the seed file.
44 45 46 |
# File 'lib/config_scripts/seeds/seed_type.rb', line 44 def dynamic_writers @dynamic_writers end |