Class: Elabs::Note

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

Constant Summary collapse

ADDITIONAL_HABTM_COUNTER_CACHES =
[
  %w[projects notes]
].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?