Method: ConfigScripts::Seeds::SeedType#dynamic_writers

Defined in:
lib/config_scripts/seeds/seed_type.rb

#dynamic_writersHash<Symbol, Proc> (readonly)

The attributes that we generate dynamically when writing things to the seed file.

Returns:

  • (Hash<Symbol, Proc>)


44
45
46
# File 'lib/config_scripts/seeds/seed_type.rb', line 44

def dynamic_writers
  @dynamic_writers
end