mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:26:22 +00:00
fix: los openstruct no tienen key?
This commit is contained in:
parent
5e99cb4758
commit
602432f72d
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ class Site < ApplicationRecord
|
|||
#
|
||||
# @return [Bool]
|
||||
def theme?
|
||||
config.key?('theme')
|
||||
config['theme'].present?
|
||||
end
|
||||
|
||||
# El directorio donde se encuentran los archivos de la plantilla. Si
|
||||
|
|
Loading…
Reference in a new issue