Sha256: 1b2ddc9d067b619c4edb7ac2de85b4510f43be97913e05693c212b96b4f0b787

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

=begin

Copyright (c) 2023, 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(
        "LesliCalendar", 
        "Version: #{LesliCalendar::VERSION}", 
        "Build: #{LesliCalendar::BUILD}")
    load LesliCalendar::Engine.root.join("db", "seed", "#{ Rails.env.downcase }.rb")
end 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lesli_calendar-0.2.2 db/seeds.rb
lesli_calendar-0.2.1 db/seeds.rb