We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c73d96 commit 0e7247aCopy full SHA for 0e7247a
lib/view_component/cacheable.rb
@@ -12,7 +12,7 @@ module ViewComponent::Cacheable
12
def view_cache_dependencies
13
return if __vc_cache_dependencies.blank? || __vc_cache_dependencies.none? || __vc_cache_dependencies.nil?
14
15
- __vc_cache_dependencies.filter_map { |dep| send(dep) }.join('-')
+ __vc_cache_dependencies.filter_map { |dep| send(dep) }.join("-")
16
end
17
18
# Render component from cache if possible
0 commit comments