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 29cdd6e commit 56247c7Copy full SHA for 56247c7
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