summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--state.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.rb b/state.rb
index 25cbb2c..55430a6 100644
--- a/state.rb
+++ b/state.rb
@@ -360,7 +360,7 @@ class Hold
@dependent = dependent
end
- def params; {}; end #:nodoc:
+ def params; @dependent.params; end #:nodoc:
# Kill the dependent state so that the depended state can drop
def clear