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 5394a30 commit 6fdf078Copy full SHA for 6fdf078
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