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

clean

parent d26730d7
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,6 @@ class Communication::Website::Page < ApplicationRecord
"admin/communication/websites/pages/static"
end
def menu_items
Communication::Website::Menu::Item.where(website: website, kind: :page, about: self)
end
def dependencies
calculated_dependencies = active_storage_blobs + blocks
# children are used only if there is no block to display
......
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