mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 17:51:39 -05:00
13 lines
252 B
Ruby
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
|