Sha256: 5f8afdc834cefe8a241a9f13e8823fc515349b58eb0e8a29d0778ebb5b0351f1
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 Bytes
Contents
puts "Loading ThecoreUiCommons seeds" Thecore::Seed.save_setting :importer, :import_from_folder, "tmp/imports" Thecore::Seed.save_setting :importer, :extension, "txt" Thecore::Seed.save_setting :theme, :text_color, "#FFEAD0" Thecore::Seed.save_setting :theme, :accents_color, "#F76F8E" Thecore::Seed.save_setting :theme, :background_color, "#96616B" Thecore::Seed.save_setting :theme, :main_color, "#37505C" Thecore::Seed.save_setting :theme, :shadows_color, "#113537" Thecore::Seed.save_setting :theme, :neutral_color, "#999999" Thecore::Seed.save_setting :theme, :success_color, "#37BC9B" Thecore::Seed.save_setting :theme, :info_color, "#CCCCCC" Thecore::Seed.save_setting :theme, :danger_color, "#E9573F" Thecore::Seed.save_setting :theme, :warning_color, "#F6BB42"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
thecore_ui_commons-3.0.3 | db/seeds.rb |
thecore_ui_commons-3.0.0 | db/seeds.rb |