Extend rails-settings-cached to merge db-saved hash values with defaults
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
class User < ApplicationRecord
 | 
			
		||||
  include RailsSettings::Extend
 | 
			
		||||
  include Settings::Extend
 | 
			
		||||
 | 
			
		||||
  devise :database_authenticatable, :registerable, :recoverable, :rememberable, :trackable, :validatable, :confirmable
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user