Skip to content

Commit

Permalink
Move SiteSetting class to lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gms-gs committed Nov 20, 2024
1 parent d20c7ab commit 9934d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/models/site_setting.rb

This file was deleted.

2 changes: 2 additions & 0 deletions app/models/find/site_setting.rb → lib/find/site_setting.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require './config/initializers/redis'

module Find
class SiteSetting
def self.cycle_schedule
Expand Down

0 comments on commit 9934d32

Please sign in to comment.