Skip to content
Snippets Groups Projects
Unverified Commit d430d956 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

add references to heading

parent a80ef331
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,10 @@ class Communication::Block::Heading < ApplicationRecord
before_validation :compute_level
def references
[about]
end
def to_s
"#{title}"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment