Class: GacoCms::Theme

Inherits:
ApplicationRecord show all
Includes:
FieldsAssignable
Defined in:
app/models/gaco_cms/theme.rb

Class Method Summary collapse

Methods included from FieldsAssignable

#the_grouped_values, #the_value, #the_values

Methods inherited from ApplicationRecord

#activestorage_url, #cache_key_locale, human_name

Class Method Details

.currentObject



24
25
26
# File 'app/models/gaco_cms/theme.rb', line 24

def self.current
  find_by(active: true)
end