Sha256: 2d5d775b87aaa670a325991ca460b42d4e4f9b50bd954c26f493c8cfeaadf014

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 Bytes

Contents

puts "Loading ThecoreBackendCommons seeds"
Settings.app_name = "The Core by Gabriele Tassoni"

Thecore::Seed.save_setting :smtp, :delivery_method, nil
Thecore::Seed.save_setting :smtp, :from, nil
Thecore::Seed.save_setting :smtp, :address, nil
Thecore::Seed.save_setting :smtp, :port, nil
Thecore::Seed.save_setting :smtp, :domain, nil
Thecore::Seed.save_setting :smtp, :user_name, nil
Thecore::Seed.save_setting :smtp, :password, nil
Thecore::Seed.save_setting :smtp, :authentication, nil
Thecore::Seed.save_setting :smtp, :enable_starttls_auto, nil

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thecore_backend_commons-2.3.7 db/seeds.rb