Class: Elabs::Article

Inherits:
ApplicationContentRecord show all
Defined in:
app/models/elabs/article.rb

Constant Summary collapse

ADDITIONAL_HABTM_COUNTER_CACHES =
[
  %w[projects articles]
].freeze

Instance Attribute Summary

Attributes inherited from ApplicationRecord

#changed_by

Method Summary

Methods included from Concerns::Taggable

#save_tags_list, #tags_list

Methods included from Concerns::ContentEntity

#draft?, #locked?, #not_publicly_visible?, #publicly_visible?, #published?, #unlocked?