Skip to content
Snippets Groups Projects
Unverified Commit 4ec37279 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Merge pull request #1114 from noesya/heading-references

Ajouter l'about en ref du heading
parents a80ef331 d430d956
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