diff options
| -rw-r--r-- | state.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
