Skip to content

Commit c048aad

Browse files
committed
Include TagHelper instead of TranslationHelper to get content_tag dependency
1 parent 202c140 commit c048aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cortex/snippets/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
module Cortex
55
module Snippets
66
class Client
7-
include ActionView::Helpers::TranslationHelper
7+
include ActionView::Helpers::TagHelper
88

99
def initialize(cortex_client)
1010
@cortex_client = cortex_client

0 commit comments

Comments
 (0)