Skip to content

Commit 3dd92f0

Browse files
committed
resolve warning
1 parent cd30c4c commit 3dd92f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sandbox/app/components/around_render_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AroundRenderComponent < ViewComponent::Base
22
def call
3-
"Hi!"
3+
"Hi!".html_safe
44
end
55

66
def around_render

0 commit comments

Comments
 (0)