We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2d38b commit 7ffadf5Copy full SHA for 7ffadf5
1 file changed
test/sandbox/app/components/inherited_cache_component.rb
@@ -2,6 +2,6 @@
2
3
class InheritedCacheComponent < CacheComponent
4
def initialize(foo:, bar:)
5
- super
+ super(foo: foo, bar: bar)
6
end
7
0 commit comments