File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ nav_order: 5
22
22
23
23
* Reegan Viljoen*
24
24
25
+ * Add first class component cache.
26
+
27
+ * Reegan Viljoen*
28
+
25
29
## 3.21.0
26
30
27
31
* Updates testing docs to include an example of how to use with RSpec.
@@ -94,10 +98,6 @@ nav_order: 5
94
98
95
99
* Javier Aranda*
96
100
97
- * Add first class component cache.
98
-
99
- * Reegan Viljoen*
100
-
101
101
## 3.17.0
102
102
103
103
* Use struct instead openstruct in lib code.
Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ def safe_output_postamble
434
434
# ```
435
435
#
436
436
# Defaults to `false`.
437
+
437
438
class << self
438
439
# The file path of the component Ruby file.
439
440
#
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ def __vc_render_cacheable(rendered_template)
42
42
end
43
43
44
44
class_methods do
45
-
46
45
# For caching the component
47
46
def cache_on ( *args )
48
47
__vc_cache_dependencies . push ( *args )
You can’t perform that action at this time.
0 commit comments