We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635ba8c commit 2718643Copy full SHA for 2718643
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(foo: foo, bar: bar)
+ super
6
end
7
0 commit comments