Class: GacoCms::Theme
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- GacoCms::Theme
- 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
.current ⇒ Object
24 25 26 |
# File 'app/models/gaco_cms/theme.rb', line 24 def self.current find_by(active: true) end |