Class: CamaleonCms::Widget::Assigned

Inherits:
PostDefault show all
Defined in:
app/models/camaleon_cms/widget/assigned.rb

Constant Summary

Constants inherited from CamaleonRecord

CamaleonRecord::TRANSLATION_TAG_HIDE_MAP, CamaleonRecord::TRANSLATION_TAG_HIDE_REGEX, CamaleonRecord::TRANSLATION_TAG_HIDE_SENTINELS, CamaleonRecord::TRANSLATION_TAG_RESTORE_MAP, CamaleonRecord::TRANSLATION_TAG_RESTORE_REGEX

Instance Attribute Summary

Attributes inherited from PostDefault

#draft_id

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from PostDefault

#author, find_by_slug, find_sti_class, #in_nav_menu_items, inherited, #set_params, sti_name

Methods included from CustomFieldsRead

#add_custom_field_group, #add_custom_field_to_default_group, #get_field_groups, #get_field_object, #get_field_value, #get_field_values, #get_field_values_hash, #get_fields_grouped, #get_fields_object, #get_user_field_groups, #save_field_value, #set_field_value, #set_field_values, #update_field_value

Methods included from Metas

#delete_meta, #delete_option, #fix_save_metas_options_no_changed, #get_meta, #get_option, #options, #save_metas_options, #save_metas_options_skip, #set_meta, #set_metas, #set_option, #set_options

Methods inherited from CamaleonRecord

#ability, #cama_build_cache_key, #cama_fetch_cache, #cama_get_cache, #cama_remove_cache, cama_sanitize_translatable, #cama_set_cache, #can?, #current_site, #current_user, polymorphic_class_for, polymorphic_name, #reset_ability

Class Method Details

.type_condition(table = arel_table) ⇒ Object



6
7
8
# File 'app/models/camaleon_cms/widget/assigned.rb', line 6

def self.type_condition(table = arel_table)
  super.or(table[inheritance_column].eq(name))
end

Instance Method Details

#fix_slug2Object



28
29
30
# File 'app/models/camaleon_cms/widget/assigned.rb', line 28

def fix_slug2
  self.slug = 'slug_assigned' if slug.blank?
end