Skip to content

Commit 6c4809d

Browse files
committed
Remove method
1 parent 65a292a commit 6c4809d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/views/components/application_component.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,4 @@ def before_template
1515
def markdown
1616
render Markdown::Application.new(yield)
1717
end
18-
19-
def flex_block(options = {}, &)
20-
div(class: "flex items-start flex-col space-col-4 grid-cols-12 md:items-center md:flex-row md:space-row-4 #{options[:class]}", &)
21-
end
2218
end

0 commit comments

Comments
 (0)