Sha256: 8be6eedd5ee8d36e00ec603080e8d19bdfe9a5bc1c7995d4f0fd7670bbcc6f64

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

=begin

Copyright (c) 2022, all rights reserved.

All the information provided by this platform is protected by international laws related  to 
industrial property, intellectual property, copyright and relative international laws. 
All intellectual or industrial property rights of the code, texts, trade mark, design, 
pictures and any other information belongs to the owner of this platform.

Without the written permission of the owner, any replication, modification,
transmission, publication is strictly forbidden.

For more information read the license file including with this software.

// · ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~     ~·~
// · 
=end


# IMPORTANT: Seed files are only for development, if you need to create default resources for production
# you must use the initializer method in the Engine account model
if Rails.env.development? 
    L2.msg("Loading seeds for CloudBell environment", "Version: #{LesliBell::VERSION}", "Build: #{LesliBell::BUILD}")
    load LesliBell::Engine.root.join("db", "seed", "#{ Rails.env.downcase }.rb")
end 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lesli_bell-0.1.0 db/seeds.rb