Sha256: 22c34a615fa4eee5278ce9d07225f10363fda2ec7a16a519242c41a12836be57
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
include LatoCore::Interface # IMPOSTAZIONE VARIABILE PER ACCESSO ALLE LINGUE CORE_LANG = core_loadModuleLanguages('lato_core') # CREAZIONE UTENTE AMMINISTRATORE if ActiveRecord::Base.connection.table_exists? 'lato_core_superusers' LatoCore::Superuser.create(name: 'Admin', username: 'lato', email: 'lato@mail.com', permission: 10, password: 'password', password_confirmation: 'password') end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lato_core-1.1.1 | config/initializers/init.rb |
lato_core-1.1 | config/initializers/init.rb |