dawarich/config/environment.rb
2024-12-24 16:51:26 +01:00

13 lines
252 B
Ruby

# frozen_string_literal: true
# Load the Rails application.
require_relative 'application'
# Initialize the Rails application.
Rails.application.initialize!
# Clear the cache
Cache::Clean.call
# Preheat the cache
Cache::PreheatingJob.perform_later