Skip to content

Commit e16ecfc

Browse files
author
Alex Tharp
authored
Merge pull request #25 from cortex-cms/include-explicit-taghelper-dependency
Include Explicit TagHelper Helper
2 parents 202c140 + 1d79990 commit e16ecfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cortex/snippets/client.rb

+1-1
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

lib/cortex/snippets/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Cortex
22
module Snippets
3-
VERSION = '1.0.1'
3+
VERSION = '1.0.3'
44
end
55
end

0 commit comments

Comments
 (0)