Skip to content
Snippets Groups Projects
Commit 4d8dbcb1 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

remove dead code

parent b1160872
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,6 @@ module WithBlocks
has_many :headings, as: :about, class_name: 'Communication::Block::Heading', dependent: :destroy
end
def git_block_dependencies
blocks.collect &:git_dependencies
end
def content
unless @content
@content = []
......
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