Skip to content

Commit e5a9a0f

Browse files
committed
Remove process_blocks method as not used
1 parent 1219f70 commit e5a9a0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/services/cms/models/meta/footer_link_block.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ class FooterLinkBlock
77
def initialize(link_blocks:)
88
@link_blocks = link_blocks
99
end
10-
11-
def process_blocks
12-
@link_blocks.map do |block|
13-
block
14-
end
15-
end
1610
end
1711
end
1812
end

0 commit comments

Comments
 (0)